-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
64 lines (64 loc) · 1.74 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
{
"name": "warehouse",
"version": "1.0.0",
"description": "Central data repository service",
"main": "index.js",
"scripts": {
"apidoc": "apidoc -i ./ -o ../docs/apidoc/",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brainlife/warehouse.git"
},
"author": "Soichi Hayashi <[email protected]> (http://soichi.us)",
"license": "ISC",
"bugs": {
"url": "https://github.com/brainlife/warehouse/issues"
},
"homepage": "https://github.com/brainlife/warehouse#readme",
"dependencies": {
"@cdxoo/dbscan": "^1.0.2",
"@influxdata/influxdb-client": "^1.29.0",
"amqp": "^0.2.7",
"archiver": "^5.3.1",
"async": "^3.2.3",
"aws-sdk": "^2.1128.0",
"axios": "^0.21.4",
"body-parser": "^1.20.0",
"compression": "^1.7.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.18.1",
"express-jwt": "^6.1.2",
"express-winston": "^3.0.1",
"gunzip-stream": "^1.0.1",
"keyword-extractor": "0.0.20",
"mongoose": "^6.3.2",
"morgan": "^1.10.0",
"nocache": "^2.0.0",
"nodemailer": "^6.7.5",
"pkgcloud": "^2.2.0",
"redis": "^4.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"request-promise-native": "^1.0.9",
"ssh2": "^1.10.0",
"stream-meter": "^1.0.4",
"tar": "^4.4.19",
"winston": "^3.7.2",
"xml-escape": "^1.1.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"brainlife": "^1.5.43",
"istanbul": "^0.4.5",
"coveralls": "^3.1.1",
"chai": "^4.3.6",
"eslint": "^8.30.0",
"eslint-plugin-vue": "^9.8.0",
"mocha": "^5.2.0",
"node-geocoder": "^3.29.0",
"supertest": "^3.3.0"
}
}