-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 809 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 809 Bytes
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
{
"name": "onerecordserver",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bluebird": "^3.5.1",
"clean": "^4.0.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-session": "^1.15.6",
"http-errors": "~1.6.2",
"jquery": "^3.4.1",
"jade": "~1.11.0",
"jsonpatch-to-mongodb": "^0.4.0",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.5.10",
"morgan": "^1.9.1",
"multer": "^1.3.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"request": "^2.88.0",
"session-file-store": "^1.2.0",
"swagger-jsdoc": "^3.2.9",
"swagger-ui-express": "^4.0.4"
}
}