forked from ankurp/homebridge-garage-opener
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 870 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
{
"name": "homebridge-sonoff-garage-opener",
"version": "1.0.6",
"description": "Homebridge plugin for Sonoff-4CH to open garage doors and gates with the Garage UI on the HomeKit App",
"main": "index.js",
"engines": {
"node": ">=6.12.2",
"homebridge": ">=0.4.33"
},
"repository": {
"type": "git",
"url": "https://github.com/DualBit/homebridge-sonoff-garage-opener.git"
},
"keywords": [
"homebridge-plugin",
"garage-door-opener",
"raspberry-pi",
"homebridge",
"sonoff",
"sonoff-4ch"
],
"scripts": {
"lint": "eslint ."
},
"author": "Alberto Paladino <[email protected]> (https://www.dualb.it)",
"license": "ISC",
"dependencies": {
"request": "^2.83.0"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-standard": "^3.0.1"
}
}