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

24 lines
676 B
JSON
Raw Normal View History

2014-07-04 17:12:19 +02:00
{
"name" : "node-red-node-pibrella",
2016-03-02 14:25:52 +01:00
"version" : "0.0.11",
2014-07-04 17:12:19 +02:00
"description" : "A Node-RED node to read from and write to a Pibrella Raspberry Pi add-on board",
"dependencies" : {
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/Pibrella"
},
"license": "Apache-2.0",
2014-07-04 17:12:19 +02:00
"keywords": [ "node-red", "pibrella" ],
"node-red" : {
"nodes" : {
"pibrella": "38-rpi-pibrella.js"
2014-07-04 17:12:19 +02:00
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}