forked from node-red/node-red-nodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 940 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-node-digirgb",
"version" : "0.0.4",
"description" : "A Node-RED node to control a Digispark RGB LED",
"dependencies" : {
"node-hid" : "0.4.*"
},
"homepage": "http://www.hardill.me.uk/wordpress/2013/02/06/budget-blink1/",
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/digiRGB"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "digiRGB" ],
"node-red" : {
"nodes" : {
"digiRGB": "78-digiRGB.js"
}
},
"contributors": [
{
"name": "Ben Hardill",
"email": "[email protected]",
"url": "http://www.hardill.me.uk/wordpress/"
},
{
"name": "Dave Conway-Jones",
"email": "[email protected]",
"url": "http://nodered.org"
}
]
}