2017-04-14 22:37:44 +02:00
|
|
|
{
|
|
|
|
"name": "node-red-node-pi-gpiod",
|
2021-01-26 19:52:41 +01:00
|
|
|
"version": "0.2.0",
|
2017-04-14 22:37:44 +02:00
|
|
|
"description": "A node-red node for PiGPIOd",
|
|
|
|
"dependencies" : {
|
2017-04-18 17:39:56 +02:00
|
|
|
"js-pigpio": "*"
|
2017-04-14 22:37:44 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/pigpiod"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"node-red", "Pi", "GPIO", "PiGPIOd"
|
|
|
|
],
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"node-red" : {
|
|
|
|
"nodes": {
|
|
|
|
"pi-gpiod": "pi-gpiod.js"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|