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,23 @@
{
"name" : "node-red-node-ledborg",
"version" : "0.0.1",
"description" : "A Node-RED node to control a PiBorg LedBorg board for a Raspberry Pi.",
"dependencies" : {
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/ledborg"
},
"license": "Apache",
"keywords": [ "node-red", "ledborg" ],
"node-red" : {
"nodes" : {
"ledborg": "78-ledborg.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}