-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 803 Bytes
/
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
{
"name": "node-red-contrib-magichome-controller",
"version": "0.1.3",
"description": "NodeRED node for MagicHome RGB LED controller",
"keywords": [
"node-red",
"MagicHome",
"arilux",
"LED",
"home",
"automation"
],
"author": "Ted Striker",
"license": "Apache-2.0",
"node-red": {
"nodes": {
"magichome": "magichome/magichome.js"
}
},
"dependencies": {
"magic-home": "^1.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tedstriker/node-red-contrib-magichome-controller.git"
},
"bugs": {
"url": "https://github.com/tedstriker/node-red-contrib-magichome-controller/issues"
},
"homepage": "https://github.com/tedstriker/node-red-contrib-magichome-controller#readme",
"readmeFilename": "README.md"
}