forked from andig/homebridge-fritz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 970 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
37
38
39
40
41
42
43
{
"name": "homebridge-fritz",
"version": "0.9.4",
"author": "Andreas Goetz <[email protected]>",
"homepage": "https://github.com/andig/homebridge-fritz#readme",
"description": "Homebridge platform plugin for Fritz!Box",
"keywords": [
"homebridge-plugin",
"homebridge",
"FRITZ!Box",
"fritzbox",
"fritz",
"homekit",
"Siri"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/andig/homebridge-fritz.git"
},
"bugs": {
"url": "https://github.com/andig/homebridge-fritz/issues"
},
"main": "index.js",
"scripts": {
"test": "node_modules/jshint/bin/jshint index.js"
},
"engines": {
"node": ">4.0.0",
"homebridge": "^0.4.38"
},
"dependencies": {
"bluebird": "^3.3.5",
"dot-prop": "^5.1.0",
"extend": "^3.0.0",
"fritzapi": "^0.10.5",
"tr-064-async": "^1.0.0",
"valid-url": "^1.0.9"
},
"devDependencies": {
"jshint": "^2.10.2"
}
}