-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
39 lines (39 loc) · 828 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
{
"name": "homebridge-xiaomi-fan",
"version": "1.5.9",
"description": "Homebridge plugin for Xiaomi Smartmi Fans",
"main": "index.js",
"engines": {
"node": ">=12.9.0",
"homebridge": ">=1.0.0"
},
"keywords": [
"homebridge-plugin",
"xiaomi",
"smartmi",
"fan",
"smart",
"mi",
"zhimi",
"dmaker",
"homekit"
],
"author": "merdok",
"funding": {
"type" : "paypal",
"url" : "https://paypal.me/merdokdev"
},
"license": "MIT",
"dependencies": {
"miio": "^0.15.6",
"mkdirp": "^0.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/merdok/homebridge-xiaomi-fan.git"
},
"bugs": {
"url": "https://github.com/merdok/homebridge-xiaomi-fan/issues"
},
"homepage": "https://github.com/merdok/homebridge-xiaomi-fan#readme"
}