forked from mfkrause/homebridge-sunsensors
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 851 Bytes
/
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
{
"name": "homebridge-sunlight",
"displayName": "Sunlight",
"version": "0.2.3",
"description": "Homebridge plugin for contact sensors monitoring sun position, daylight and cloudiness",
"author": "Christian Wegerhoff <[email protected]>",
"contributors": [
{
"name": "Maximilian Krause",
"email": "[email protected]"
}
],
"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/Krillle/homebridge-sunlight.git"
},
"bugs": {
"url": "https://github.com/Krillle/homebridge-sunlight/issues"
},
"license": "Apache-2.0",
"dependencies": {
"suncalc": "^1.8.0",
"request": "^2.88.0"
}
}