-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
47 lines (47 loc) · 937 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
44
45
46
47
{
"name": "iobroker.tr-064",
"version": "0.4.18",
"description": "ioBroker tr-064 Adapter",
"author": {
"name": "soef",
"email": "[email protected]"
},
"contributors": [
{
"name": "soef",
"email": "[email protected]"
}
],
"homepage": "https://github.com/soef/iobroker.tr-064",
"license": "MIT",
"keywords": [
"tr-064",
"fritz.box",
"avm"
],
"repository": {
"type": "git",
"url": "https://github.com/soef/iobroker.tr-064"
},
"dependencies": {
"mdns-discovery": "^0.1.9",
"soef": "^0.4.9",
"tr-O64": "^0.2.4",
"xml2js": "^0.4.17"
},
"devDependencies": {
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"main": "tr-064.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"engines": {
"node": ">=4.0.0"
},
"bugs": {
"url": "https://github.com/soef/iobroker.tr-064/issues"
},
"readmeFilename": "README.md"
}