-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "homebridge-palgate-opener",
"description": "Homebridge plugin for PalGate app",
"version": "1.0.12",
"repository": {
"type": "git",
"url": "git+https://github.com/RoeiOfri/homebridge-palgate-opener.git"
},
"license": "MIT",
"preferGlobal": true,
"keywords": [
"homebridge-plugin",
"homebridge-palgate"
],
"engines": {
"node": ">=10.17.0",
"homebridge": ">=0.4.4"
},
"dependencies": {
"xmlhttprequest": "^1.8.0"
},
"main": "palgate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Roei Ofri",
"bugs": {
"url": "https://github.com/RoeiOfri/homebridge-palgate-opener/issues"
},
"bin": {
"palgate_extract": "./extraction_tool/extract_token.py"
},
"homepage": "https://github.com/RoeiOfri/homebridge-palgate-opener#readme",
"directories": {
"lib": "lib"
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/roeio"
},
{
"type": "kofi",
"url": "https://ko-fi.com/roeiofri"
}
]
}