forked from naofireblade/homebridge-weather-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 2.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "homebridge-weather-plus",
"version": "3.2.6",
"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/naofireblade/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"
},
"funding": {
"type" : "buymeacoffee",
"url" : "https://buymeacoffee.com/naofireblade"
}
}