forked from iobroker-community-adapters/ioBroker.tr-064
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.33 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
47
48
49
50
51
52
53
54
55
56
{
"name": "iobroker.tr-064",
"version": "4.0.13",
"description": "ioBroker tr-064 Adapter",
"author": {
"name": "soef",
"email": "[email protected]"
},
"contributors": [
{
"name": "soef",
"email": "[email protected]"
}
],
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.tr-064",
"license": "MIT",
"keywords": [
"tr-064",
"fritz.box",
"avm"
],
"repository": {
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.tr-064"
},
"dependencies": {
"mdns-discovery": "^0.2.6",
"tr-O64": "^0.2.4",
"xml2js": "^0.4.23",
"@iobroker/adapter-core": "^2.4.0"
},
"devDependencies": {
"@alcalzone/release-script": "^1.4.1",
"gulp": "^4.0.2",
"mocha": "^8.1.0",
"chai": "^4.2.0",
"axios": "^0.19.2",
"@iobroker/testing": "^2.2.0",
"eslint": "^7.7.0"
},
"main": "main.js",
"scripts": {
"test": "npm run test:package && npm run test:integration",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"release": "release-script"
},
"engines": {
"node": ">=8.0.0"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.tr-064/issues"
},
"readmeFilename": "README.md"
}