This repository was archived by the owner on Mar 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.46 KB
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
{
"name": "o2r-transporter",
"version": "0.7.0",
"description": "Node.js implementation of file access endpoints in the [o2r API](https://o2r.info/api).",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start_log": "DEBUG=* node index.js",
"debug": "DEBUG=* node debug index.js",
"test": "DEBUG=transporter,transporter:* mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/o2r-project/o2r-transporter.git"
},
"author": "o2r project (https://o2r.info)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/o2r-project/o2r-transporter/issues"
},
"homepage": "https://github.com/o2r-project/o2r-transporter#readme",
"dependencies": {
"archiver": "^3.1.1",
"backoff": "^2.5.0",
"compression": "^1.7.4",
"connect-mongodb-session": "^2.3.1",
"debug": "^4.1.1",
"directory-tree": "^2.2.4",
"express": "^4.17.1",
"express-session": "^1.17.0",
"fs-extra": "^8.1.0",
"@hapi/mimos": "^4.1.1",
"mongoose": "^5.9.4",
"mongoose-timestamp": "^0.6.0",
"passport": "^0.4.1",
"response-time": "^2.3.2",
"timer-machine": "^1.1.0"
},
"devDependencies": {
"adm-zip": "^0.4.14",
"async-polling": "^0.2.1",
"chai": "^4.2.0",
"gunzip-maybe": "^1.4.1",
"mocha": "^7.1.0",
"mongojs": "^3.1.0",
"request": "^2.88.2",
"sleep": "^6.1.0",
"tar": "^6.0.1",
"tar-stream": "^2.1.2",
"tmp": "0.1.0",
"util": "^0.12.2"
}
}