-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 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
{
"name": "cteward-st-lexware",
"version": "1.1.0",
"description": "cteward storage backend to lexware (readonly)",
"license": "AGPL-3.0",
"author": "Andreas Kotes <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/berlincount/cteward-st-lexware"
},
"scripts": {
"test": "make test-cov"
},
"dependencies": {
"apache-md5": "^1.1.2",
"bluebird": "^3.5.1",
"bunyan": "^1.2.3",
"fast-csv": "^2.4.1",
"fasttrim": "^0.1.1",
"js-base64": "^2.1.9",
"ldapauth-fork": "^4.0.2",
"micro-strptime": "~0.2.1",
"mssql": "^4.1.0",
"node_hash": "^0.2.0",
"restify": "^6.3.4",
"restify-clients": "^1.5.2",
"restify-plugins": "^1.6.0",
"unhtml": "^0.1.0",
"unrtf": "^0.2.1"
},
"devDependencies": {
"blanket": "^1.1.6",
"coveralls": "^3.0.0",
"jshint": "^2.5.10",
"should": "~13.2.0",
"sinon": "~4.1.3",
"mocha": "^4.1.0",
"mocha-lcov-reporter": "1.3.0",
"require-subvert": "^0.1.0",
"memorystream": "^0.3.1",
"travis-cov": "^0.2.5"
},
"config": {
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
},
"travis-cov": {
"threshold": 23
}
}
}