-
-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
62 lines (62 loc) · 1.75 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
58
59
60
61
62
{
"name": "node-red-contrib-huemagic",
"version": "4.2.2",
"description": "Philips Hue node to control bridges, lights, groups, scenes, rules, taps, switches, buttons, motion sensors, contact 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",
"smart-home",
"home-automation",
"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-buttons": "huemagic/hue-buttons.js",
"hue-motion": "huemagic/hue-motion.js",
"hue-contact": "huemagic/hue-contact.js",
"hue-temperature": "huemagic/hue-temperature.js",
"hue-brightness": "huemagic/hue-brightness.js",
"hue-rules": "huemagic/hue-rules.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"async": "^3.2.2",
"axios": "^1.6.7",
"color-namer": "^1.4.0",
"colornames": "^1.1.1",
"dayjs": "^1.10.7",
"deep-object-diff": "^1.1.0",
"eventsource": "^2.0.0",
"fastq": "^1.13.0",
"get-image-colors": "^4.0.0"
}
}