-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 loc) · 1016 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
37
38
39
40
41
42
43
44
45
{
"name": "pimatic-sunrise",
"description": "Events for sunrise, sunset and more",
"author": "Oliver Schneider <oliverschneider89+pimatic@gmail.com> (http://pimatic.org)",
"contributors": [
{
"name": "Marcus Wittig",
"url": "https://github.com/mwittig"
}
],
"main": "sunrise",
"files": [
"device-config-schema.coffee",
"sunrise.coffee",
"README.md",
"HISTORY.md",
"sunrise-config-schema.coffee",
"LICENSE"
],
"version": "0.9.3",
"homepage": "http:/pimatic.org",
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-sunrise.git"
},
"license": "GPL-2.0",
"configSchema": "sunrise-config-schema.coffee",
"dependencies": {
"moment-timezone": "^0.5.23",
"suncalc": "^1.8.0"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"contributors": [
{
"name": "Marcus Wittig",
"url": "https://github.com/mwittig"
}
]
}