forked from funkyremi/homebridge-http-lock-plus
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
29 lines (29 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
{
"name": "homebridge-http-lock-ultimate",
"version": "1.0.0",
"description": "This homebridge plugin exposes a web-based locking device to Apple's HomeKit. Using simple HTTP requests with post, body and header support, the plugin allows you to lock/unlock the device, i.e. Shelly 1 devices.",
"main": "index.js",
"engines": {
"homebridge": ">=0.4",
"node": "^10.0.0"
},
"dependencies": {
"request": "^2.88.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git:TheRealSimonMlr/homebridge-http-lock-ultimate"
},
"keywords": [
"homebridge-plugin"
],
"author": "Simon Müller",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheRealSimonMlr/homebridge-http-lock-ultimate/issues"
},
"homepage": "https://github.com/TheRealSimonMlr/homebridge-http-lock-ultimate#readme"
}