node-red-contrib-gpio
Version:
A set of node-red nodes for using Johnny-Five and IO plugins
53 lines (52 loc) • 1.16 kB
JSON
{
"name": "node-red-contrib-gpio",
"version": "0.51.0",
"description": "A set of node-red nodes for using Johnny-Five and IO plugins",
"main": "gpio.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hreichert/node-red-contrib-gpio.git"
},
"keywords": [
"gpio",
"node-red-contrib-gpio",
"io",
"firmata",
"node-red",
"johnny-five",
"johnny5",
"mqtt",
"raspberry pi",
"arduino",
"galileo",
"edison",
"beaglebone",
"bluetooth",
"ble",
"ble-io"
],
"author": "Luis Montes, Holger Reichert",
"license": "MIT",
"bugs": {
"url": "https://github.com/hreichert/node-red-contrib-gpio/issues"
},
"homepage": "https://github.com/hreichert/node-red-contrib-gpio",
"dependencies": {
"firmata": "^2.0.0",
"johnny-five": "^1.3.1",
"lodash": "^4.17.15",
"mqtt": "^2.15.2",
"mqtt-serial": "^0.6.0",
"serialport": "^8.0.5",
"socket.io-serial": "^0.4.0",
"udp-serial": "^0.2.0"
},
"node-red": {
"nodes": {
"gpio": "gpio.js"
}
}
}