-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
53 lines (53 loc) · 1.13 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
{
"name": "homebridge-tado-ac",
"version": "4.1.2",
"repository": {
"type": "git",
"url": "git://github.com/nitaybz/homebridge-tado-ac.git"
},
"description": "tado° Smart AC Control plugin for homebridge: https://github.com/nfarina/homebridge",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"tado",
"air conditioner",
"tado ac",
"smart ac"
],
"bugs": {
"url": "https://github.com/nitaybz/homebridge-tado-ac/issues"
},
"homepage": "https://github.com/nitaybz/homebridge-tado-ac#readme",
"engines": {
"node": ">=15.0.0",
"homebridge": ">=1.5.0"
},
"dependencies": {
"axios": "^1.6.7",
"fakegato-history": "^0.5.6",
"node-persist": "^3.1.3",
"qs": "^6.11.2"
},
"devDependencies": {
"eslint": "^7.1.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": ""
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/nitaybz"
},
{
"type": "patreon",
"url": "https://www.patreon.com/nitaybz"
},
{
"type": "kofi",
"url": "https://ko-fi.com/nitaybz"
}
]
}