2014-07-08 23:57:42 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-digirgb",
|
2016-11-06 21:26:19 +01:00
|
|
|
"version" : "0.0.7",
|
2014-07-08 23:57:42 +02:00
|
|
|
"description" : "A Node-RED node to control a Digispark RGB LED",
|
|
|
|
"dependencies" : {
|
2015-05-29 15:58:34 +02:00
|
|
|
"node-hid" : "0.4.*"
|
2014-07-08 23:57:42 +02:00
|
|
|
},
|
2014-12-22 16:45:51 +01:00
|
|
|
"homepage": "http://www.hardill.me.uk/wordpress/2013/02/06/budget-blink1/",
|
2014-07-08 23:57:42 +02:00
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/digiRGB"
|
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2014-07-08 23:57:42 +02:00
|
|
|
"keywords": [ "node-red", "digiRGB" ],
|
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"digiRGB": "78-digiRGB.js"
|
|
|
|
}
|
|
|
|
},
|
2014-12-22 16:45:51 +01:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Ben Hardill",
|
|
|
|
"email": "hardillb@gmail.com",
|
|
|
|
"url": "http://www.hardill.me.uk/wordpress/"
|
2015-03-12 14:54:20 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
2014-12-22 16:45:51 +01:00
|
|
|
}
|
|
|
|
]
|
2014-07-08 23:57:42 +02:00
|
|
|
}
|