21 lines
469 B
JSON
21 lines
469 B
JSON
{
|
|
"name": "nat-upnp",
|
|
"version": "1.1.1",
|
|
"main": "lib/nat-upnp",
|
|
"author": "Fedor Indutny <fedor@indutny.com>",
|
|
"homepage": "https://github.com/indutny/node-nat-upnp",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/indutny/node-nat-upnp.git"
|
|
},
|
|
"devDependencies": {
|
|
"jscs": "^1.11.2",
|
|
"mocha": "^3.2.0"
|
|
},
|
|
"dependencies": {
|
|
"xml2js": "~0.1.14",
|
|
"request": "^2.79.0",
|
|
"async": "^2.1.5",
|
|
"ip": "^1.1.4"
|
|
}
|
|
} |