UNPKG

node-red-contrib-milight-3

Version:

A Node-RED node to control the MiLight family (limitless led, easybulb) of light.

55 lines (54 loc) 1.18 kB
{ "name": "node-red-contrib-milight-3", "version": "3.0.1", "description": "A Node-RED node to control the MiLight family (limitless led, easybulb) of light.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "predev": "npm i -g", "dev": "node-red -v" }, "repository": { "type": "git", "url": "https://github.com/petslane/node-red-contrib-milight.git" }, "bugs": { "url": "https://github.com/petslane/node-red-contrib-milight/issues" }, "contributors": [ { "name": "Stephen Keep", "email": "stephenkeep@gmail.com" }, { "name": "Bilal Al-Saeedi", "email": "bilal_alsaidi@yahoo.com" }, { "name": "Marcus Wittig", "email": "wittigmarcus@gmail.com" }, { "name": "Peeter Normak", "email": "peeter.normak@eesti.ee" } ], "author": { "name": "Peeter Normak" }, "license": "Apache-2.0", "keywords": [ "node-red", "milight", "limitless led", "easybulb" ], "node-red": { "nodes": { "MiLight": "MiLight.js" } }, "dependencies": { "node-milight-promise": "^0.3.2", "tinycolor2": "^1.4.1" } }