forked from node-red/node-red-nodes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 868 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
{
"name" : "node-red-node-blinkstick",
"version" : "0.1.7",
"description" : "A Node-RED node to control a Blinkstick",
"dependencies" : {
"blinkstick" : "1.2.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blinkstick"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "blinkstick" ],
"node-red" : {
"nodes" : {
"blinkstick": "76-blinkstick.js"
}
},
"author": {
"name": "Arvydas Juskevicius",
"email": "arvydas@agileinnovative.co.uk",
"url": "http://www.blinkstick.com"
},
"contributors": [
{
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
]
}