UNPKG

homebridge-hue

Version:
60 lines (59 loc) 1.31 kB
{ "name": "homebridge-hue", "description": "Homebridge plugin for Philips Hue", "displayName": "Homebridge Hue", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "0.15.7", "keywords": [ "homebridge-plugin", "homekit", "philips", "signify", "hue", "philipshue", "philips-hue" ], "type": "module", "main": "index.js", "bin": { "ph": "cli/ph.js" }, "engines": { "BSB001": "1.16.0", "BSB002": "1.77.0", "BSB003": "1.77.0", "homebridge": "^2.1.0", "node": "24.16.0||^24||^22" }, "dependencies": { "fakegato-history": "~0.6.7", "hb-hue-tools": "~1.3.1", "homebridge-lib": "~8.1.1" }, "scripts": { "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json", "test": "standard && echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/homebridge-hue.git" }, "bugs": { "url": "https://github.com/ebaauw/homebridge-hue/issues" }, "homepage": "https://github.com/ebaauw/homebridge-hue#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }