forked from cs4241-21a/a3-persistence
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 669 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 669 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
{
"name": "assignment3",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"assert-plus": "^1.0.0",
"body-parser": "^1.19.0",
"bunyan": "^1.8.15",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"http-errors": "~1.6.3",
"method-override": "^3.0.0",
"mime": "^2.5.2",
"mongodb": "^4.1.2",
"mongoose": "^5.11.13",
"morgan": "^1.10.0",
"passport": "^0.4.1",
"passport-azure-ad": "^4.3.0"
}
}