UNPKG

node-red-contrib-xkeys_led

Version:

Xkeys LED node for Node-RED using Dynamic Control Data Protocol (DCDP)

39 lines (38 loc) 889 B
{ "name": "node-red-contrib-xkeys_led", "version": "0.3.1", "description": "Xkeys LED node for Node-RED using Dynamic Control Data Protocol (DCDP)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "node-red": { "version": ">=2.0.0", "nodes": { "xkeys_led": "xkeys_led.js" } }, "dependencies": { "mqtt": "^4.3.7" }, "engines": { "node": ">=12.0.0" }, "repository": { "type": "git", "url": "git+https://gitlab.com/chris.willing.oss/node-red-contrib-dcdp.git" }, "keywords": [ "X-keys", "Xkeys", "xkeys", "dcdp", "node-red" ], "author": "Christoph Willing", "license": "MIT", "bugs": { "url": "https://gitlab.com/chris.willing.oss/node-red-contrib-dcdp/issues" }, "homepage": "https://gitlab.com/chris.willing.oss/node-red-contrib-dcdp#readme" }