mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
27 lines
703 B
JSON
27 lines
703 B
JSON
{
|
|
"name" : "node-red-node-hbgpio",
|
|
"version" : "0.0.5",
|
|
"description" : "A Node-RED node for the GPIO of the Hummingboard",
|
|
"dependencies": {
|
|
},
|
|
"repository" : {
|
|
"type":"tgz",
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/HummingboardGPIO"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [ "node-red", "hummingboard", "gpio" ],
|
|
"node-red" : {
|
|
"nodes": {
|
|
"hb-gpio": "hb-gpio.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"postinstall": "./fixup.sh"
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
}
|