UNPKG

node-red-contrib-libgpiod

Version:

A set of input and output nodes for controlling General Purpose Input and Outputs (GPIOs) though libgpiod (ioctl)

30 lines (29 loc) 737 B
{ "name": "node-red-contrib-libgpiod", "version": "0.0.1", "description": "A set of input and output nodes for controlling General Purpose Input and Outputs (GPIOs) though libgpiod (ioctl)", "main": "libgpiod.js", "repository": { "type": "git", "url": "https://github.com/s5z6/node-red-contrib-libgpiod.git" }, "keywords": [ "node-red", "gpio", "libgpiod", "ioctl" ], "author": "Sergey Zhdanov <s5z6@ya.ru>", "license": "MIT", "homepage": "https://github.com/s5z6/node-red-contrib-libgpiod", "dependencies": { "node-libgpiod": "^0.2.2" }, "node-red": { "version": ">=2.0.0", "nodes": { "gpio-in": "nodes/gpio-in.js", "gpio-out": "nodes/gpio-out.js" } } }