node-red-contrib-artnet
Version:
Node-RED node that controls lights via artnet
24 lines • 700 B
JSON
{
"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"
}
}