UNPKG

@blakegarner/node-red-adaptive-lighting

Version:
36 lines (35 loc) 916 B
{ "name": "@blakegarner/node-red-adaptive-lighting", "version": "1.0.1", "description": "Adaptive Lighting node (for use with Home Assistant)", "main": "adaptive-lighting.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Blake Garner", "license": "Apache-2.0", "node-red": { "nodes": { "adaptive lighting": "adaptive-lighting.js" } }, "dependencies": { "lodash": "^4.17.21", "suncalc": "^1.9.0" }, "keywords": [ "node-red", "Home-Assistant", "Adaptive-Lighting", "Cicadian-Lighting" ], "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/BlakeGarner/node-red-adaptive-lighting.git" }, "bugs": { "url": "https://github.com/BlakeGarner/node-red-adaptive-lighting/issues" }, "homepage": "https://github.com/BlakeGarner/node-red-adaptive-lighting#readme" }