This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
65 lines (65 loc) · 1.46 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
57
58
59
60
61
62
63
64
65
{
"name": "fritzapi",
"version": "0.13.0",
"author": "Andreas Goetz <[email protected]>",
"description": "Home automation node API for Fritz!Box, Fritz!DECT and FRITZ!Powerline devices",
"homepage": "https://github.com/andig/fritzapi",
"license": "MIT",
"contributors": [
{
"name": "Steffen Timm",
"email": "[email protected]"
},
{
"name": "nischi.at",
"url": "http://www.nischelwitzer.at"
},
{
"name": "Danny Falss",
"email": "[email protected]"
}
],
"keywords": [
"Fritz!Box",
"Fritz!DECT",
"Fritz!Powerline",
"FritzBox",
"Fritz Box",
"Comet!DECT",
"Comet DECT",
"Fritz!DECT 100",
"Fritz!DECT 200",
"Fritz!DECT 210",
"Fritz!DECT 300",
"Fritz!DECT 301",
"SmartHome",
"SmartFritz",
"AHA"
],
"repository": {
"type": "git",
"url": "git+https://github.com/andig/fritzapi.git"
},
"main": "index.js",
"scripts": {
"pretest": "node_modules/jshint/bin/jshint index.js",
"test": "NODE_ENV=test mocha './test/**/*.spec.js'",
"coverage": "istanbul cover _mocha"
},
"dependencies": {
"bluebird": "^3.7.2",
"cheerio": "^0.22.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"csv": "^5.3.2",
"extend": "^3.0.2",
"request": "^2.88.2",
"xml2json-light": "^1.0.6"
},
"devDependencies": {
"chai": "4.2.x",
"istanbul": "^0.4.5",
"jshint": "^2.10.2",
"mocha": "^8.0.1"
}
}