homebridge-weather-plus-with-pws-sync
Version:
A comprehensive weather plugin for homekit with current observations, forecasts and history.
104 lines (103 loc) • 2.31 kB
JSON
{
"name": "homebridge-weather-plus-with-pws-sync",
"version": "1.1.1",
"description": "A comprehensive weather plugin for homekit with current observations, forecasts and history.",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"weather-station",
"weather",
"weather forecast",
"forecast",
"observations",
"history",
"weather history",
"Air Pressure",
"Cloud Cover",
"Condition",
"Condition Category",
"Dew Point",
"Humidity",
"Ozone",
"Rain Chance",
"Rain Last Hour",
"Rain All Day",
"Solar Radiation",
"Sunrise",
"Sunset",
"Temperature",
"Temperature Min",
"Temperature Max",
"Temperature Apparent",
"UV-Index",
"Visibility",
"Wind Direction",
"Wind Speed",
"Wind Speed Maximum",
"Observation Time",
"Observation Station",
"yahoo",
"openweather",
"openweathermap",
"dark sky",
"weather underground"
],
"engines": {
"node": ">=10.0.0",
"homebridge": ">=1.0.0"
},
"author": {
"name": "Arne Blumentritt",
"email": "arne.blumentritt@gmail.com",
"url": "https://github.com/naofireblade"
},
"contributors": [
{
"name": "Kevin Harwood",
"url": "https://github.com/kcharwood"
},
{
"name": "simont77",
"url": "https://github.com/simont77"
},
{
"name": "GatoPharaoh",
"url": "https://github.com/GatoPharaoh"
},
{
"name": "David Werth",
"url": "https://github.com/werthdavid"
},
{
"name": "Marshall T. Rose",
"url": "https://github.com/mrose17"
},
{
"name": "Bill Waggoner",
"url": "https://github.com/ctgreybeard"
},
{
"name": "Russell Sonnenschein",
"url": "https://github.com/ctgreybeard"
},
{
"name": "Angela Herring",
"url": "https://github.com/angelaherring"
}
],
"repository": {
"type": "git",
"url": "https://github.com/sankara/homebridge-weather-plus.git"
},
"dependencies": {
"dark-sky": "^1.1.5",
"debug": "^4.1.1",
"fakegato-history": "^0.6.1",
"geo-tz": "^6.0.0",
"moment-timezone": "^0.5.28",
"underscore": "^1.10.2",
"request": "^2.88.2",
"axios": "^0.27.2",
"axios-debug-log": "^0.8.4"
}
}