UNPKG

node-red-contrib-artnet

Version:
24 lines 700 B
{ "name" : "node-red-contrib-artnet", "version" : "0.0.1", "description" : "Node-RED node that controls lights via artnet", "dependencies" : { "artnet-node": "gunnebo-ab/artnet-node" }, "repository" : { "type":"git", "url":"https://github.com/gunnebo-ab/node-red-contrib-artnet" }, "license": "MIT", "keywords": [ "node-red", "artnet", "dmx", "light" ], "node-red" : { "nodes" : { "artnet": "node-red-contrib-artnet.js" } }, "author": { "name": "Gunnebo AB", "email": "software.support@gunnebo.com", "url": "http://gunnebo.com" } }