mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
30 lines
682 B
JSON
30 lines
682 B
JSON
{
|
|
"name": "node-red-node-pi-gpio",
|
|
"version": "2.0.3",
|
|
"description": "The basic Node-RED node for Pi GPIO",
|
|
"dependencies" : {
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/hardware/PiGpio"
|
|
},
|
|
"keywords": [
|
|
"node-red", "Pi", "GPIO", "PiGpio"
|
|
],
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"node-red" : {
|
|
"nodes": {
|
|
"rpi-gpio": "36-rpi-gpio.js"
|
|
}
|
|
}
|
|
}
|