2014-12-10 10:29:18 +01:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-hbgpio",
|
2016-11-06 21:26:19 +01:00
|
|
|
"version" : "0.0.5",
|
2014-12-10 10:29:18 +01:00
|
|
|
"description" : "A Node-RED node for the GPIO of the Hummingboard",
|
|
|
|
"dependencies": {
|
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"tgz",
|
2014-12-10 18:52:33 +01:00
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/HummingboardGPIO"
|
2014-12-10 10:29:18 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|