homebridge-sunlight-altitude
Version:
Homebridge plugin for contact sensors monitoring sun position, daylight and cloudiness
36 lines • 848 B
JSON
{
"name": "homebridge-sunlight-altitude",
"displayName": "Sunlight",
"version": "0.2.8",
"description": "Homebridge plugin for contact sensors monitoring sun position, daylight and cloudiness",
"author": "Michel Löw<michel.loew@jvm.ch>",
"contributors": [
{
"name": "Maximilian Krause",
"email": "hello@max-krause.com"
}
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"keywords": [
"homebridge-plugin",
"sunlight",
"sun",
"sun protection",
"window covering"
],
"repository": {
"type": "git",
"url": "git://github.com/c4ll-m3-j4ck/homebridge-sunlight.git"
},
"bugs": {
"url": "https://github.com/c4ll-m3-j4ck/homebridge-sunlight/issues"
},
"license": "Apache-2.0",
"dependencies": {
"suncalc": "^1.8.0",
"request": "^2.88.0"
}
}