macfromip
Version:
On given an IP Address, will attempt to identify that IP's MAC address.
34 lines (33 loc) • 721 B
JSON
{
"name": "macfromip",
"version": "1.1.1",
"description": "On given an IP Address, will attempt to identify that IP's MAC address.",
"author": "bcamarneiro <camarneirobruno@gmail.com>",
"contributors": [
{
"name": "Paul Cook"
},
{
"name": "Sean Nessworthy",
"email": "sean@nessworthy.me"
}
],
"main": "macfromip.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/bcamarneiro/macfromip.git"
},
"keywords": [
"MAC",
"IP",
"Address"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bcamarneiro/macfromip/issues"
},
"homepage": "https://github.com/bcamarneiro/macfromip"
}