forked from foxthefox/ioBroker.fritzdect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.02 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
{
"name": "iobroker.fritzdect",
"version": "1.0.1",
"description": "ioBroker fritzbox DECT Adapter",
"author": {
"name": "foxthefox",
"email": "[email protected]"
},
"contributors": [
{
"name": "@@Author@@",
"email": "@@email@@"
}
],
"homepage": "https://github.com/foxthefox/ioBroker.fritzdect",
"license": "MIT",
"keywords": [
"ioBroker",
"DECT200",
"fritzbox"
],
"repository": {
"type": "git",
"url": "https://github.com/foxthefox/ioBroker.fritzdect"
},
"dependencies": {
"xml2json-light": "^1.0.4",
"bluebird": "^3.7.2",
"extend": "^3.0.2",
"@root/request": "^1.5.0",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"gulp": "^4.0.0",
"mocha": "^4.1.0",
"chai": "^4.1.2",
"axios": "^0.19.0"
},
"bugs": {
"url": "https://github.com/foxthefox/ioBroker.fritzdect/issues"
},
"main": "main.js",
"readmeFilename": "README.md",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
}
}