forked from Foddy/node-red-contrib-huemagic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
48
49
50
51
52
53
54
55
56
57
{
"name": "node-red-contrib-huemagic",
"version": "2.2.3",
"description": "Philips Hue node to control bridges, lights, groups, scenes, rules, taps, switches, motion sensors, temperature sensors and Lux sensors using Node-RED.",
"author": "foddy",
"homepage": "https://github.com/Foddy/node-red-contrib-huemagic",
"license": "Apache-2.0",
"maintainers": [
"Foddy Botosakis <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/Foddy/node-red-contrib-huemagic.git"
},
"bugs": {
"url": "https://github.com/Foddy/node-red-contrib-huemagic/issues"
},
"keywords": [
"node-red",
"node-red-contrib",
"contrib",
"philips",
"hue",
"api",
"iot"
],
"node-red": {
"nodes": {
"hue-bridge": "huemagic/hue-bridge-config.js",
"hue-bridge-node": "huemagic/hue-bridge.js",
"hue-magic": "huemagic/hue-magic.js",
"hue-light": "huemagic/hue-light.js",
"hue-group": "huemagic/hue-group.js",
"hue-scene": "huemagic/hue-scene.js",
"hue-tap": "huemagic/hue-tap.js",
"hue-switch": "huemagic/hue-switch.js",
"hue-motion": "huemagic/hue-motion.js",
"hue-temperature": "huemagic/hue-temperature.js",
"hue-brightness": "huemagic/hue-brightness.js",
"hue-rules": "huemagic/hue-rules.js"
}
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"async": "^3.1.0",
"hex-rgb": "^4.1.0",
"huejay": "^1.9.0",
"moment": "^2.24.0",
"rgb-hex": "^3.0.0",
"request": "^2.88.0",
"colornames": "^1.1.1",
"color-namer": "^1.4.0",
"get-image-colors": "^2.0.0"
}
}