1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/hardware/PiFace/package.json
Dave Conway-Jones 5568238058 Update PiFace README
to include instructions to make it work on Jessie etc.
2015-12-20 11:39:59 +00:00

24 lines
670 B
JSON

{
"name" : "node-red-node-piface",
"version" : "0.0.4",
"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"
}
}