forked from benzman81/homebridge-http-webhooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 894 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
{
"name": "homebridge-http-webhooks",
"version": "0.1.16",
"displayName": "Homebridge Webhooks",
"description": "A http plugin with support of webhooks for Homebridge: https://github.com/nfarina/homebridge",
"license": "GPL-3.0",
"keywords": [
"homebridge-plugin",
"homebridge",
"plugin",
"http",
"webhook",
"smart",
"homekit",
"siri"
],
"repository": {
"type": "git",
"url": "git@github.com:benzman81/homebridge-http-webhooks.git"
},
"bugs": {
"url": "https://github.com/benzman81/homebridge-http-webhooks/issues"
},
"engines": {
"node": ">=9.11.2",
"homebridge": ">=0.3.0"
},
"dependencies": {
"http-auth": "^3.2.4",
"node-persist": "2.0.x",
"request": "2.87.x",
"selfsigned": "^1.10.7"
},
"homepage": "https://github.com/benzman81/homebridge-http-webhooks#readme",
"author": "benzman81"
}