forked from normen/homebridge-platform-maxcube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 933 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
{
"name": "homebridge-platform-maxcube",
"version": "0.9.3",
"description": "eq3 MaxCube plugin for Homebridge",
"author": "Tobias Schlottke",
"contributors": [
"Normen Hansen"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tobsch/homebridge-platform-maxcube.git"
},
"scripts": {},
"bugs": {
"url": "https://github.com/tobsch/homebridge-platform-maxcube/issues",
"email": "[email protected]"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"eq-3",
"eq3",
"maxcube",
"thermostat",
"home",
"heating",
"max",
"elv"
],
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.4.10"
},
"dependencies": {
"maxcube-window": ">=1.0.0"
},
"devDependencies": {
"homebridge": "0.4.10"
},
"homepage": "https://github.com/tobsch/homebridge-platform-maxcube#readme",
"main": "index.js"
}