UNPKG

homebridge-lightify

Version:

Homebridge plugin providing access to OSRAM Lightify products

38 lines (37 loc) 925 B
{ "name": "homebridge-lightify", "version": "0.0.10", "description": "Homebridge plugin providing access to OSRAM Lightify products", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/chris1705/homebridge-lightify.git" }, "keywords": [ "homebridge-lightify", "lightify", "osram", "light", "iot", "homebridge-plugin" ], "author": "Christian Fender", "license": "MIT", "bugs": { "url": "https://github.com/chris1705/homebridge-lightify/issues" }, "homepage": "https://github.com/chris1705/homebridge-lightify#readme", "dependencies": { "color-convert": "~1.5.0", "color-temperature": "~0.2.7", "underscore": "~1.8.3", "node-lightify": "homespun/node-lightify" }, "engines": { "node": ">=6.0.0", "homebridge": ">=0.2.0" } }