forked from o2r-project/o2r-substituter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
{
"name": "o2r-substituter",
"version": "0.4.0",
"description": "Node.js implementation for compendia substitution [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": "DEBUG=test:* mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/o2r-project/o2r-substituter.git"
},
"author": "o2r project (http://o2r.info)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/o2r-project/o2r-substituter/issues"
},
"homepage": "https://github.com/o2r-project/o2r-substituter#readme",
"dependencies": {
"adm-zip": "^0.4.7",
"backoff": "^2.5.0",
"body-parser": "^1.18.1",
"clone": "^2.1.1",
"compression": "^1.7.0",
"connect-mongodb-session": "^1.3.0",
"debug": "^3.0.1",
"express": "^4.15.4",
"express-session": "^1.15.5",
"fs-extra": "^4.0.2",
"js-yaml": "^3.10.0",
"mongoose": "^4.11.12",
"mongoose-timestamp": "^0.6.0",
"passport": "^0.4.0",
"randomstring": "^1.1.5",
"response-time": "^2.3.2",
"write-yaml": "^1.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^3.5.3",
"mongojs": "^2.4.1",
"request": "^2.82.0",
"sleep": "^5.1.1",
"tmp": "0.0.33"
}
}