forked from georg90/pimatic-max-thermostat
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 996 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
{
"name": "pimatic-max",
"description": "Plugin to control the MAX! thermostats via lan cube.",
"author": "Oliver Schneider <oliverschneider89+sweetpi@gmail.com> (http://sweetpi.de)",
"contributors": [
"Georg Peters <georg.online@posteo.de> (https://github.com/pimatic/)"
],
"main": "maxthermostat.coffee",
"files": [
"doc",
"maxthermostat.coffee",
"README.md",
"maxthermostat-config-schema.coffee",
"device-config-schema.coffee",
"LICENSE"
],
"version": "0.9.0",
"license": "GPL-2.0",
"homepage": "http://github.com/pimatic/pimatic-max",
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-max.git"
},
"dependencies": {
"max-control": "git+https://github.com/sweetpi/max-control#606298afda1319a9fab8d257fca0b394d0ffa9c5"
},
"peerDependencies": {
"pimatic": ">=0.8.31 <1.0.0"
},
"configSchema": "maxthermostat-config-schema.coffee",
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}