interface-addresses
Version:
get the private network ip address of the machine
39 lines (38 loc) • 742 B
JSON
{
"name": "interface-addresses",
"version": "0.0.5",
"description": "get the private network ip address of the machine",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"bin": "cli.js",
"keywords": [
"ip",
"address",
"network",
"private",
"os",
"dns"
],
"author": "Noah Isaacson",
"license": "BSD",
"devDependencies": {
"should": "~1.2.2",
"mocha": "~1.12.0"
},
"dependencies": {
"should": "~1.2.2",
"optimist": "~0.6.0"
},
"repository": {
"type": "git",
"url": "git://github.com/nisaacson/interface-addresses.git"
},
"bugs": {
"url": "https://github.com/nisaacson/interface-addresses/issues"
}
}