UNPKG

@hoobs/hue

Version:

HOOBS plugin for Philips Hue and deCONZ

48 lines (47 loc) 1.03 kB
{ "name": "@hoobs/hue", "description": "HOOBS plugin for Philips Hue and deCONZ", "author": "Erik Baauw", "license": "Apache-2.0", "version": "0.11.63", "keywords": [ "hoobs-certified", "category-lighting", "category-hubs", "hoobs-plugin", "philips", "hue", "philipshue", "philips-hue", "deconz", "raspbee", "conbee" ], "main": "index.js", "bin": { "dc_eventlog": "cli/dc_eventlog.js", "ph": "cli/ph.js" }, "engines": { "node": ">=7.0.0", "homebridge": ">=0.4.22" }, "dependencies": { "chalk": "~4.0.0", "debug": "~4.1.1", "fakegato-history": "~0.5.6", "homebridge-lib": "~4.5.7", "moment": "~2.24.0", "semver": "~7.2.2", "ws": "~7.2.3", "xml2js": "~0.4.23" }, "repository": { "type": "git", "url": "git+https://github.com/hoobs-org/homebridge-hue.git" }, "bugs": { "url": "https://github.com/ebaauw/homebridge-hue/issues" }, "homepage": "https://github.com/ebaauw/homebridge-hue#readme" }