-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 1006 Bytes
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 1006 Bytes
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-risco-platform",
"displayName": "Homebridge Risco Platform",
"version": "1.2.7",
"description": "RiscoAlarm Plugin Platform for Homebridge",
"homepage": "https://github.com/gawindx/homebridge-risco-platform#readme",
"license": "ISC",
"author": "Gawindx",
"publishConfig": {
"cache": "~/.npm",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gawindx/homebridge-risco-platform.git"
},
"bugs": {
"url": "https://github.com/gawindx/homebridge-risco-platform/issues"
},
"main": "app.js",
"engines": {
"homebridge": ">=1.1.6",
"node": ">=10.17.0"
},
"scripts": {
"start": "node app"
},
"dependencies": {
"polling-to-event": ">=2.1.0",
"wait-until": "0.0.2",
"axios": ">=0.21.1"
},
"keywords": [
"homebridge-plugin",
"homebridge-platform",
"platform",
"risco",
"alarm",
"homekit",
"homebridge",
"riscoCloud"
]
}