-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 KB
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
{
"name": "node-red-contrib-light",
"version": "1.0.0",
"description": "Nodes to help automate light states, dimming, colour and other controls.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"AnamicoLights": "light/lights.js",
"AnamicoLightUpdates": "light/updates.js",
"AnamicoLightChanged": "light/lightChanged.js",
"AnamicoChangeLight": "light/changeLight.js"
}
},
"author": "Andrew",
"contributors": [
{
"name": "Andrew",
"email": "roo@roo.emu.id.au"
}
],
"donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JUYN6NBFELTC2&source=url",
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"color-convert": "^1.9.3"
},
"keywords": [
"node-red",
"light",
"colour",
"color",
"dim",
"hue",
"saturation",
"brightness",
"automation"
],
"bugs": {
"url": "https://github.com/Anamico/node-red-contrib-light/issues"
},
"homepage": "https://github.com/Anamico/node-red-contrib-light#readme",
"repository": "https://github.com/Anamico/node-red-contrib-light"
}