-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 995 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
40
41
42
43
{
"name": "homebridge-envisalink-ademco",
"displayName": "Homebridge Envisalink Ademco",
"version": "2.0.13",
"description": "Homebridge Plug-in Envisalink for Ademco/Honeywell",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/haywirecoder/homebridge-envisalink-ademco"
},
"engines": {
"node": ">=18.12.0",
"homebridge": ">=1.6.0"
},
"dependencies": {
"net": ">=1.0.2"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"hoobs",
"homekit",
"envisalink",
"ademco",
"alarm",
"vista 20p",
"vista 15p",
"vista 10p",
"vista"
],
"author": "Haywirecoder",
"license": "MIT",
"bugs": {
"url": "https://github.com/haywirecoder/homebridge-envisalink-ademco/issues"
},
"homepage": "https://github.com/haywirecoder/homebridge-envisalink-ademco#readme"
}