-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
33 lines (33 loc) · 1.02 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
{
"name": "com.philips.hue.zigbee",
"version": "2.1.0",
"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-zigbeedriver": "^2.1.4",
"hsluv": "0.0.3",
"json-stringify-safe": "^5.0.1",
"lsmod": "^1.0.0",
"stack-trace": "0.0.10",
"uuid": "^3.3.2",
"zigbee-clusters": "^2.4.1"
},
"devDependencies": {},
"scripts": {
"run": "homeyConfig compose && athom project --run",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohanBendz/com.philips.hue.zigbee"
},
"author": "Johan Bendz",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohanBendz/com.philips.hue.zigbee/issues"
},
"homepage": "https://github.com/JohanBendz/com.philips.hue.zigbee#readme"
}