solo-tr-064
Version:
TR-064 - UPnP/IGD for node.js
40 lines (39 loc) • 901 B
JSON
{
"name": "solo-tr-064",
"version": "0.2.0",
"author": "Hendrik Westerberg <hendrik@gestorf.com>",
"description": "TR-064 - UPnP/IGD for node.js",
"scripts": {
"test": "node ./testing.js"
},
"main": "./lib/TR064",
"repository": {
"type": "git",
"url": "git+https://github.com/solo-md/tr-064.git"
},
"keywords": [
"TR-064",
"UPnP",
"IGD",
"Fritz.Box",
"Router"
],
"dependencies": {
"xml2js": ">=0.4.0",
"request": ">=2.30",
"eyes": ">=0.1.0",
"async": ">=0.2.0"
},
"analyze": false,
"license": "Apache-2.0",
"engines": {
"node": ">=0.10"
},
"directories": {
"lib": "lib"
},
"bugs": {
"url": "https://github.com/solo-md/tr-064/issues"
},
"homepage": "https://github.com/solo-md/tr-064#readme"
}