-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "bouncer",
"version": "0.16.2",
"description": "Node.js implementation of authentication features of the [o2r web api](http://o2r.info/o2r-web-api).",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "DEBUG=*,-modem mocha"
},
"author": "o2r-project",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/o2r-project/o2r-bouncer.git"
},
"dependencies": {
"backoff": "^2.5.0",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"compression": "^1.7.4",
"connect-mongodb-session": "^2.3.1",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"global-tunnel-ng": "^2.7.1",
"identifiers-orcid": "^0.1.1",
"mongoose": "^5.9.7",
"mongoose-timestamp": "^0.6.0",
"passport": "^0.4.1",
"passport-oauth2": "^1.5.0",
"request": "^2.88.2",
"slack": "11.x",
"yn": "^4.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.1",
"mongojs": "^3.1.0",
"sleep": "^6.1.0"
}
}