Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace

This commit is contained in:
Dave C-J
2014-07-08 22:57:42 +01:00
parent dc722f9ae0
commit cdec6f842d
12 changed files with 910 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name" : "node-red-node-blink1",
"version" : "0.0.1",
"description" : "A Node-RED node to control a Thingm Blink(1)",
"dependencies" : {
"node-blink1" : "0.1.2"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blink1"
},
"license": "Apache",
"keywords": [ "node-red", "blink1" ],
"node-red" : {
"nodes" : {
"blink1": "77-blink1.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}