forked from andreaseu/homebridge-garage-remote-http
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1018 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-garage-door-shelly1",
"version": "1.1.5",
"description": "Homebridge plugin for a simple garage door 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/jmaferreira/homebridge-garage-door-shelly1"
},
"dependencies": {
"jsonpath": "^1.0.2",
"request": "^2.88.2"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"garage",
"garagedoor",
"home",
"remote",
"shelly",
"shelly1"
],
"author": "Miguel Ferreira",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmaferreira/homebridge-garage-door-shelly1/issues"
},
"homepage": "https://github.com/jmaferreira/homebridge-garage-door-shelly1#readme"
}