forked from gawindx/homebridge-risco-local-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 997 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
{
"name": "homebridge-risco-local-platform",
"displayName": "Homebridge Risco Local Platform",
"version": "0.1.3",
"description": "RiscoAlarm on Local Network Plugin Platform for Homebridge",
"homepage": "https://github.com/gawindx/homebridge-risco-local-platform#readme",
"license": "MIT",
"author": "Gawindx",
"publishConfig": {
"cache": "~/.npm",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gawindx/homebridge-risco-local-platform.git"
},
"bugs": {
"url": "https://github.com/gawindx/homebridge-risco-local-platform/issues"
},
"main": "app.js",
"engines": {
"homebridge": ">=1.1.6",
"node": ">=10.17.0"
},
"scripts": {
"start": "node app"
},
"keywords": [
"homebridge-plugin",
"homebridge-platform",
"platform",
"risco",
"alarm",
"homekit",
"homebridge",
"tcp/ip"
],
"dependencies": {
"risco-lan-bridge": "^0.10.1"
}
}