mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 07:21:08 +01:00
Add Hummingboard GPIO node
This commit is contained in:
26
hardware/HummingboardGPIO/package.json
Normal file
26
hardware/HummingboardGPIO/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name" : "node-red-node-hbgpio",
|
||||
"version" : "0.0.1",
|
||||
"description" : "A Node-RED node for the GPIO of the Hummingboard",
|
||||
"dependencies": {
|
||||
},
|
||||
"repository" : {
|
||||
"type":"tgz",
|
||||
"url":"http://dcj.dtdns.net/npms/hbgpio.tgz"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user