-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.13 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
43
44
45
46
47
{
"name": "pimatic-hue-zll",
"description": "Pimatic integration with (Zigbee Light Link based) Philips Hue",
"author": "Mark Bergsma <mark@nedworks.org>",
"main": "hue-zll",
"files": [
"hue-zll.coffee",
"hue.coffee",
"hue-zll-config-schema.coffee",
"device-config-schema.coffee",
"actions.coffee",
"app",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"version": "0.3.1",
"license": "GPL-2.0",
"homepage": "https://github.com/markbergsma/pimatic-hue-zll",
"repository": {
"type": "git",
"url": "git://github.com/markbergsma/pimatic-hue-zll.git"
},
"bugs": "https://github.com/markbergsma/pimatic-hue-zll/issues",
"configSchema": "hue-zll-config-schema.coffee",
"dependencies": {
"es6-promise": "^3.0.2",
"node-hue-api": ">=2.2.0",
"promise-retry": "^1.1.0",
"simple-promise-queue": ">=0.1.7",
"spectrum-colorpicker": "^1.8.0"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.1.0"
},
"keywords": [
"philips hue",
"pimatic",
"zigbee light link",
"zll",
"hue light"
]
}