-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 837 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
{
"name": "homebridge-tasmota-garage-door",
"version": "2.0.0",
"description": "Open and Close your Garage Doors with Tasmota Relays",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homebridge-plugin"
],
"author": "Laurens K. <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"request": "2.88.2",
"node-persist": "^3.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/laurensk/homebridge-tasmota-garage-door.git"
},
"bugs": {
"url": "https://github.com/laurensk/homebridge-tasmota-garage-door.git/issues"
},
"homepage": "https://github.com/laurensk/homebridge-tasmota-garage-door.git#readme"
}