-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.46 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
{
"name": "pimatic-fronius-solar",
"description": "Pimatic Plugin to access PV live logs using the Fronius Solar API",
"author": {
"name": "Marcus Wittig",
"url": "https://github.com/mwittig/pimatic-fronius-solar"
},
"license": "GPL-2.0",
"contributors": [
{
"name": "Marcus Wittig",
"url": "https://github.com/mwittig"
},
{
"name": "Markus Plessing",
"url": "https://github.com/mplessing"
},
{
"name": "Wiebe Nieuwenhuis",
"url": "https://github.com/sweebee"
}
],
"main": "fronius-solar",
"files": [
"device-config-schema.coffee",
"fronius-solar.coffee",
"fronius-solar-config-schema.coffee",
"HISTORY.md",
"LICENSE",
"README.md"
],
"version": "0.0.18",
"homepage": "https://github.com/mwittig/pimatic-fronius-solar",
"keywords": [
"pimatic",
"SolarView",
"Solar Energy",
"Photovolatics",
"SmartHome",
"SmartMeter",
"Volkszaehler",
"Monitoring",
"Metering"
],
"repository": {
"type": "git",
"url": "git:https://github.com/mwittig/pimatic-fronius-solar.git"
},
"bugs": {
"url": "https://github.com/mwittig/pimatic-fronius-solar/issues"
},
"configSchema": "fronius-solar-config-schema.coffee",
"dependencies": {
"node-fronius-solar": ">=0.0.10",
"pimatic-plugin-commons": "^0.9.10"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">= 4",
"npm": ">1.1.x"
}
}