UNPKG

@redplc/node-red-gpio

Version:

Node-RED nodes for Raspberry Pi gpio using with redPlc nodes

36 lines (30 loc) 772 B
{ "name": "@redplc/node-red-gpio", "description": "Node-RED nodes for Raspberry Pi gpio using with redPlc nodes", "version": "2.0.1", "license": "Apache-2.0", "private": false, "bugs": "https://github.com/redplc/redplc/issues", "author": { "name": "Derya Y.", "email": "iot.redplc@gmail.com" }, "keywords": ["node-red", "iot", "redplc", "plc", "control", "raspberry pi", "rpi", "digital", "gpio", "input", "output" ], "cpu" : ["arm","arm64"], "os": ["linux"], "engines": { "node": ">=12.0.0" }, "dependencies": { "@iiot2k/gpiox": "latest" }, "node-red": { "version": ">=2.1.0", "nodes": { "redplc-gpio-in": "nodes/redplc-gpio-in.js", "redplc-gpio-out": "nodes/redplc-gpio-out.js" } } }