Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "macfromip", | ||
"version": "1.0.0", | ||
"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" | ||
"name": "macfromip", | ||
"version": "1.0.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" | ||
} |
@@ -12,5 +12,10 @@ macfromip | ||
##Instalation | ||
``` | ||
npm install macfromip | ||
``` | ||
##Usage | ||
``` | ||
var macfromip = require('./macfromip.js'); | ||
var macfromip = require('macfromip'); | ||
@@ -17,0 +22,0 @@ macfromip.getMac('192.168.2.169', function(data){ |
6366
25