-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.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
{
"name": "pimatic-solarview",
"description": "Pimatic Plugin for SolarView (SV), a data logger for PV systems",
"author": {
"name": "Marcus Wittig",
"url": "https://github.com/mwittig/pimatic-solarview"
},
"contributors": [
{
"name": "Marcus Wittig",
"url": "https://github.com/mwittig"
}
],
"main": "solarview",
"files": [
"screenshots/solarview-screenshot1.png",
"screenshots/solarview-screenshot2.png",
"solarview.coffee",
"solarview-config-schema.coffee",
"device-config-schema.coffee",
"LICENSE",
"HISTORY.md",
"README.md"
],
"version": "0.9.0",
"homepage": "https://github.com/mwittig/pimatic-solarview",
"keywords": [
"pimatic",
"SolarView",
"Solar Energy",
"Photovolatics",
"SmartHome",
"SmartMeter",
"Volkszaehler",
"Monitoring",
"Metering"
],
"repository": {
"type": "git",
"url": "git://github.com/mwittig/pimatic-solarview.git"
},
"bugs": {
"url": "https://github.com/mwittig/pimatic-solarview/issues"
},
"license": "GPL-2.0",
"configSchema": "solarview-config-schema.coffee",
"dependencies": {
"pimatic-plugin-commons": "^0.9.2"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">= 4",
"npm": ">1.1.x"
}
}