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

24 lines
670 B
JSON

{
"name" : "node-red-node-piface",
"version" : "0.0.8",
"description" : "Node-RED nodes to read from and write to a PiFace Digital Raspberry Pi add-on board",
"dependencies" : {
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/PiFace"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "piface" ],
"node-red" : {
"nodes" : {
"piface": "37-rpi-piface.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}