UNPKG

node-red-contrib-light-fx

Version:

Nodes to help automate light states, dimming, colour and other controls.

45 lines (44 loc) 1.09 kB
{ "name": "node-red-contrib-light-fx", "version": "0.1.6", "description": "Nodes to help automate light states, dimming, colour and other controls.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "node-red": { "nodes": { "AnamicoLightFxChristmas": "fx/christmas.js" } }, "author": "Andrew", "contributors": [ { "name": "Andrew", "email": "roo@roo.emu.id.au" } ], "donate": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JUYN6NBFELTC2&source=url", "license": "MIT", "dependencies": { "async": "^2.6.1", "color-convert": "^1.9.3" }, "keywords": [ "node-red", "node-red-contrib-light", "light", "colour", "color", "dim", "hue", "saturation", "brightness", "automation", "christmas" ], "bugs": { "url": "https://github.com/Anamico/node-red-contrib-light-fx/issues" }, "homepage": "https://github.com/Anamico/node-red-contrib-light-fx#readme", "repository": "https://github.com/Anamico/node-red-contrib-light-fx" }