forked from delian/node-unifiapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "node-unifiapi2",
"version": "0.0.5",
"description": "Provides API to manage Ubiquiti Unifi Controller, ver 4 and 5 - FORK",
"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/mihajlon97/node-unifiapi.git"
},
"keywords": [
"unifi",
"ubiquiti"
],
"author": "mihajlon97",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/mihajlon97/node-unifiapi/issues"
},
"homepage": "https://github.com/mihajlon97/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"
}
}