homebridge-milight-hub
Version:
Homebridge plugin for Milight Hub hosted on ESP8266
37 lines (36 loc) • 885 B
JSON
{
"displayName": "Milight Hub",
"name": "homebridge-milight-hub",
"version": "2.0.0",
"description": "Homebridge plugin for Milight Hub hosted on ESP8266",
"main": "index.js",
"dependencies": {
"request": "^2.88.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shamasis/homebridge-milight-hub.git"
},
"keywords": [
"iot",
"homebridge",
"homebridge-plugin",
"plugin",
"milight",
"homekit"
],
"engines": {
"node": ">=10.17.0",
"homebridge": ">=1.0.0"
},
"author": "Shamasis Bhattacharya <mail@shamasis.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shamasis/homebridge-milight-hub/issues"
},
"homepage": "https://github.com/shamasis/homebridge-milight-hub#readme"
}