forked from seydx/homebridge-fritz-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "homebridge-fritz-platform",
"version": "4.1.0",
"description": "homebridge-fritz-platform",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeydX/homebridge-fritz-platform.git"
},
"author": "SeydX (https://github.com/SeydX/homebridge-fritz-platform)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeydX/homebridge-fritz-platform/issues"
},
"homepage": "https://github.com/SeydX/homebridge-fritz-platform#readme",
"keywords": [
"fritz",
"fritzbox",
"homebridge",
"homebridge-plugin",
"plugin",
"presence",
"dect",
"smarthome"
],
"engines": {
"node": "^10.15.3",
"homebridge": "^0.4.49"
},
"dependencies": {
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"compare-versions": "^3.4.0",
"debug": "^4.1.1",
"fakegato-history": "^0.5.3",
"json-fs-store": "1.0.1",
"moment": "^2.24.0",
"speedtest-net": "^1.5.1",
"xml2js": "^0.4.19",
"ping": "^0.2.2"
}
}