@seydx/tr064
Version:
TR-064 - UPnP/IGD for node.js
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "@seydx/tr064",
"version": "0.4.2-1",
"author": "Nicolai Schmid <hey@schmid.uno>",
"description": "TR-064 - UPnP/IGD for node.js",
"scripts": {
"bump": "standard-version",
"build": "rollup -c",
"test": "node test/",
"lint": "wasc-tools lint",
"format": "wasc-tools format",
"count": "wasc-tools count",
"todo": "wasc-tools todo"
},
"main": "src/index.js",
"module": "src/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/NicolaiSchmid/tr064.git"
},
"keywords": [
"TR-064",
"UPnP",
"IGD",
"Fritz.Box",
"Router"
],
"dependencies": {
"async": ">=0.2.0",
"eyes": ">=0.1.0",
"request": ">=2.30",
"xml2js": ">=0.4.0"
},
"analyze": false,
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
},
"devDependencies": {
"@wasc/tools": "^1.8.5",
"rollup": "^0.59.3",
"rollup-plugin-commonjs": "^9.1.3",
"standard-version": "^4.4.0"
}
}