forked from bombadiltom/homebridge-rademacher-homepilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 755 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-rademacher-homepilot",
"version": "0.8.7",
"description": "rademacher homepilot plugin for homebridge: https://github.com/bombadiltom/homebridge-rademacher-homepilot",
"license": "MIT",
"keywords": [
"homebridge-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/bombadiltom/homebridge-rademacher-homepilot.git"
},
"bugs": {
"url": "http://github.com/bombadiltom/homebridge-rademacher-homepilot/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.4.45"
},
"dependencies": {
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"request": "^2.88.0",
"tough-cookie": "^2.4.3"
},
"devDependencies": {
"homebridge": "^1.1.0"
}
}