node-unifiapi
Version:
Provides API to manage Ubiquiti Unifi Controller, ver 4 and 5
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "node-unifiapi",
"version": "0.0.54",
"description": "Provides API to manage Ubiquiti Unifi Controller, ver 4 and 5",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"readme": "jsdoc2md --template README.hbs --files index.js cloudapi.js > README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delian/node-unifiapi.git"
},
"keywords": [
"unifi",
"ubiquiti"
],
"author": "Delian Delchev",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/delian/node-unifiapi/issues"
},
"homepage": "https://github.com/delian/node-unifiapi#readme",
"devDependencies": {
"jsdoc-to-markdown": "^3.0.4"
},
"dependencies": {
"debug": "^2.6.9",
"merge": "^1.2.1",
"pako": "^1.0.6",
"request": "^2.88.0",
"request-debug": "^0.2.0",
"uuid": "^3.3.2",
"ws": "^6.1.0"
},
"jshintConfig": {
"esversion": 6
},
"engines": {
"node": ">=4.1.0"
}
}