-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 991 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": "homebridge-platform-maxcube",
"version": "2.0.15",
"description": "eq3 Max! Cube plugin for Homebridge",
"author": "Normen Hansen",
"contributors": [
"Tobias Schlottke",
"Daniel Weeber"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/normen/homebridge-platform-maxcube.git"
},
"scripts": {
"test": "./node_modules/homebridge/bin/homebridge -P ./ -I -U ./.homebridge"
},
"bugs": {
"url": "https://github.com/normen/homebridge-platform-maxcube/issues"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"eq-3",
"eq3",
"maxcube",
"thermostat",
"home",
"heating",
"max",
"elv"
],
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.4.10"
},
"dependencies": {
"maxcube2": "^2.2.3"
},
"devDependencies": {
"homebridge": "^1.3.2"
},
"homepage": "https://github.com/normen/homebridge-platform-maxcube#readme",
"main": "index.js"
}