forked from JohanBendz/com.philips.hue.zigbee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.03 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
{
"name": "com.philips.hue.zigbee",
"version": "1.5.10",
"description": "Get control of your Philips Hue RGBW and Tunable White bulbs with Homey! No need for the Philips Hue Bridge.",
"main": "app.js",
"dependencies": {
"color-space": "^1.16.0",
"cookie": "^0.3.1",
"homey-log": "git+https://github.com/athombv/node-homey-log.git",
"homey-meshdriver": "git+https://github.com/athombv/node-homey-meshdriver.git",
"hsluv": "0.0.3",
"json-stringify-safe": "^5.0.1",
"lsmod": "^1.0.0",
"stack-trace": "0.0.10",
"uuid": "^3.3.2"
},
"devDependencies": {},
"scripts": {
"run": "homeyConfig compose && athom project --run",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebbebebbe/com.philips.hue.zigbee"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sebbebebbe/com.philips.hue.zigbee/issues"
},
"homepage": "https://github.com/sebbebebbe/com.philips.hue.zigbee#readme"
}