forked from lyonlai/homebridge-unifi-guest-wlan-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 853 Bytes
/
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
{
"name": "homebridge-unifi-guest-wlan-switch",
"version": "1.0.0",
"description": "A homebridge plugin to turn unifi guest wlan on/off",
"main": "dist.js",
"scripts": {
"build": "babel index.js --out-file dist.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"homebridge": "~0.4.37"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"unifi",
"wlan",
"guest",
"switch"
],
"author": "Yun Lai <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.26.0",
"bluebird": "^3.5.1",
"bluebird-retry": "^0.11.0",
"node-unifi": "^1.2.2",
"ramda": "^0.25.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1"
}
}