forked from seydx/homebridge-tado-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 985 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
{
"name": "homebridge-tado-platform",
"version": "5.0.3",
"description": "homebridge-tado-platform",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeydX/homebridge-tado-platform.git"
},
"author": "SeydX (https://github.com/SeydX/homebridge-tado-platform)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeydX/homebridge-tado-platform/issues"
},
"homepage": "https://github.com/SeydX/homebridge-tado-platform#readme",
"keywords": [
"tado",
"thermostat",
"homebridge",
"homebridge-plugin",
"plugin",
"boiler"
],
"engines": {
"node": "^10.15.3",
"homebridge": "^0.4.46"
},
"dependencies": {
"axios": "^0.18.0",
"simple-oauth2": "^2.2.1",
"debug": "^4.1.1",
"json-fs-store": "^1.0.1",
"fakegato-history": "^0.5.3",
"moment": "^2.24.0"
}
}