-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
36
37
38
39
40
41
{
"name": "homebridge-alarmdecoder-platform",
"version": "3.1.10",
"description": "An http-based contact and motion sensor plugin for homebridge: https://github.com/nfarina/homebridge, for use with alarmdecoder. Exposes honeywell/dsc alarm system, motion and contact sensors when used with alarmdecoder or caddx/networX/GE/Interlogix when used whith an NX584.",
"license": "Apache-2.0",
"keywords": [
"homebridge-plugin",
"alarmdecoder",
"homebridge",
"homekit",
"honeywell",
"dsc",
"ademco",
"interlogx",
"alarmdecoder",
"ge",
"caddx",
"networkX"
],
"engines": {
"node": ">=8.0.0",
"homebridge": ">=0.2.0"
},
"author": "Shaun Baker",
"repository": {
"type": "git",
"url": "https://github.com/aficustree/homebridge-alarmdecoder-platform.git"
},
"dependencies": {
"axios": "^0.21.1",
"debug": "^3.2.6"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/aficustree/homebridge-alarmdecoder-platform/issues"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}