forked from andig/fritzapi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.41 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
{
"name": "fritzapi",
"version": "0.10.6",
"author": "Andreas Goetz <cpuidle@gmx.de>",
"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": "s.timm@nischi.net"
},
{
"name": "nischi.at",
"url": "http://www.nischelwitzer.at"
},
{
"name": "Danny Falss",
"email": "github@falss.de"
}
],
"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.0.2",
"command-line-args": "^4.0.1",
"command-line-usage": "^4.0.0",
"extend": "^3.0.0",
"request": "^2.87.0",
"xml2json-light": "^1.0.4"
},
"devDependencies": {
"chai": "4.1.x",
"istanbul": "^0.4.5",
"jshint": "^2.9.5",
"mocha": "^5.2.0"
}
}