This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.78 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": "o2r-loader",
"version": "0.13.1",
"description": "Node.js implementation for loading compendia and workspaces from external repositories for the [o2r web api](http://o2r.info/o2r-web-api).",
"main": "index.js",
"scripts": {
"start": "node index.js",
"startlog": "DEBUG=* node index.js",
"debug": "DEBUG=* node debug index.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/o2r-project/o2r-loader.git"
},
"author": "o2r project (https://o2r.info)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/o2r-project/o2r-loader/issues"
},
"homepage": "https://github.com/o2r-project/o2r-loader#readme",
"dependencies": {
"@hapi/mimos": "^4.0.2",
"backoff": "^2.5.0",
"bagit": "0.0.3",
"bindings": "^1.5.0",
"body-parser": "^1.19.0",
"clone": "^2.1.2",
"colors": "^1.4.0",
"connect-mongodb-session": "^2.3.1",
"debug": "^4.1.1",
"detect-character-encoding": "^0.8.0",
"directory-tree": "^2.2.4",
"dockerode": "^3.1.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"fs-extra": "^8.1.0",
"htmlparser2": "^4.1.0",
"js-yaml": "^3.13.1",
"mongoose": "^5.9.4",
"mongoose-timestamp": "^0.6.0",
"multer": "^1.4.2",
"node-gyp": "^6.1.0",
"nodemailer": "^6.4.5",
"object-path": "^0.11.4",
"passport": "^0.4.1",
"randomstring": "^1.1.5",
"recursive-readdir": "^2.2.2",
"request": "^2.88.2",
"response-time": "^2.3.2",
"slack": "^11.0.2",
"util": "^0.12.2",
"validator": "^12.2.0",
"webdav": "^3.2.0",
"yn": "^4.0.0"
},
"devDependencies": {
"adm-zip": "^0.4.14",
"chai": "^4.2.0",
"mocha": "^8.1.3",
"mongojs": "^3.1.0",
"sleep": "^6.1.0",
"tmp": "0.1.0"
}
}