forked from jayqizone/homebridge-mi-heatercooler
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 759 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
{
"name": "homebridge-xiaomi-aqara-ac-cooler",
"version": "1.0.4",
"description": "A homebridge plugin for Mi/Aqara AC Partner with Cool mode only",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/seanzhang98/homebridge-Xiaomi-Aqara-AC-Cooler.git"
},
"keywords": [
"homebridge-plugin",
"aqara",
"xiaomi",
"homekit"
],
"author": "Seanzhang",
"license": "ISC",
"bugs": {
"url": "https://github.com/seanzhang98/homebridge-Xiaomi-Aqara-AC-Cooler/issues"
},
"engines": {
"node": ">=14.0.0",
"homebridge": ">=0.4.22"
},
"dependencies": {
"miio": "~0.14"
},
"homepage": "https://github.com/seanzhang98/homebridge-Xiaomi-Aqara-AC-Cooler#readme"
}