node-red-nodes/hardware/blinkstick/package.json

25 lines
668 B
JSON
Raw Normal View History

{
"name" : "node-red-node-blinkstick",
2014-07-04 16:07:26 +02:00
"version" : "0.0.2",
"description" : "A Node-RED node to control a Blinkstick",
"dependencies" : {
"blinkstick" : "0.1.*"
},
"repository" : {
"type":"git",
2014-07-04 16:07:26 +02:00
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blinkstick"
},
"license": "Apache",
"keywords": [ "node-red", "blinkstick" ],
"node-red" : {
"nodes" : {
"blinkstick": "blinkstick.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}