22 lines
509 B
JSON
22 lines
509 B
JSON
|
|
{
|
||
|
|
"name": "network-interfaces",
|
||
|
|
"version": "1.1.0",
|
||
|
|
"description": "Utility functions for dealing with network interfaces and IP addresses in Node.js",
|
||
|
|
"main": "index.js",
|
||
|
|
"keywords": [
|
||
|
|
"interface",
|
||
|
|
"interfaces",
|
||
|
|
"network",
|
||
|
|
"ip"
|
||
|
|
],
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/Wizcorp/network-interfaces"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"author": "Ron Korving <rkorving@wizcorp.jp>",
|
||
|
|
"license": "MIT"
|
||
|
|
}
|