forked from jortgies/homebridge-rademacher-blinds
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
33 lines (33 loc) · 873 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
{
"name": "homebridge-rademacher-homepilot",
"version": "0.12.3",
"description": "rademacher homepilot plugin for homebridge: https://github.com/bombadiltom/homebridge-rademacher-homepilot",
"license": "MIT",
"keywords": [
"homebridge-plugin", "rademacher", "homepilot"
],
"repository": {
"type": "git",
"url": "https://github.com/bombadiltom/homebridge-rademacher-homepilot.git"
},
"bugs": {
"url": "http://github.com/bombadiltom/homebridge-rademacher-homepilot/issues"
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18 || ^22"
},
"dependencies": {
"axios": "^0",
"axios-cookiejar-support": "^1",
"request": "^2",
"tough-cookie": "^2"
},
"devDependencies": {
"homebridge": "^2.0.0-beta.22"
},
"funding": {
"type" : "paypal",
"url" : "https://paypal.me/tlorenz"
}
}