forked from lucavb/homebridge-mi-flora
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
executable file
·35 lines (35 loc) · 1.02 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
{
"name": "homebridge-mi-flower-care",
"version": "1.3.1-beta-4",
"description": "This is a homebridge plugin for the Xiaomi Mi Flora / Xiaomi Flower Care devices.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/honkmaster/homebridge-mi-flower-care.git"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"HomeKit",
"xiaomi",
"flower"
],
"author": "Luca Becker, Tobias Totzek",
"license": "ISC",
"bugs": {
"url": "https://github.com/honkmaster/homebridge-mi-flower-care/issues"
},
"homepage": "https://github.com/honkmaster/homebridge-mi-flower-care#readme",
"engines" : {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies" :{
"node-mi-flora-classic-updated" : "0.2.0",
"fakegato-history": "^0.5.2",
"@abandonware/noble": "^1.9.2-15"
}
}