forked from jmaferreira/homebridge-garage-door-shelly1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 910 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
{
"name": "homebridge-door-lock-shelly1",
"version": "1.1.11",
"description": "Homebridge plugin for a simple door lock opener using Shelly 1 relay",
"main": "index.js",
"engines": {
"homebridge": ">=0.4.50",
"node": ">=12.13.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josepilar/homebridge-door-lock-shelly1.git"
},
"dependencies": {
"jsonpath": "^1.0.2",
"request": "^2.88.2"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"garage",
"garagedoor",
"home",
"remote",
"shelly",
"shelly1"
],
"author": "Pilar Perez",
"license": "MIT",
"bugs": {
"url": "https://github.com/josepilar/homebridge-door-lock-shelly1.git/issues"
},
"homepage": "https://github.com/josepilar/homebridge-door-lock-shelly1.git#readme"
}