-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 907 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
{
"name": "homebridge-xiaomi-alarmswitch",
"version": "2.1.3",
"description": "homebridge-xiaomi-alarmswitch",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeydX/homebridge-xiaomi-alarmswitch.git"
},
"author": "SeydX (https://github.com/SeydX/homebridge-xiaomi-alarmswitch)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeydX/homebridge-xiaomi-alarmswitch/issues"
},
"homepage": "https://github.com/SeydX/homebridge-xiaomi-alarmswitch#readme",
"keywords": [
"alarm",
"switch",
"homebridge",
"plugin",
"homebridge-plugin"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"moment": "^2.22.1",
"miio": "^0.15.6",
"node-persist": "0.0.8"
}
}