UNPKG

node-red-contrib-lifx-api

Version:

A collection of Node-RED nodes to control LIFX globes using the HTTP Remote Control API.

28 lines (27 loc) 617 B
{ "name": "node-red-contrib-lifx-api", "description": "A collection of Node-RED nodes to control LIFX globes using the HTTP Remote Control API.", "version": "1.2.1", "repository": { "type": "git", "url": "git+https://github.com/alisdairjsmyth/node-red-contrib-lifx-api.git" }, "license": "Apache-2.0", "keywords": [ "node-red", "lifx", "home+automation" ], "node-red": { "nodes": { "lifx-api": "lifx-api/lifx.js" } }, "author": { "name": "Alisdair Smyth", "email": "alisdair.smyth@gmail.com" }, "dependencies": { "lifx-http-api": "^1.0.3" } }