-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 732 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 732 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
{
"name": "elearning",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^3.0.2",
"bcryptjs": "*",
"bootstrap": "^4.1.3",
"connect-flash": "*",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"http-errors": "~1.6.2",
"jquery": "^3.3.1",
"kareem": "^2.3.0",
"mongodb": "*",
"mongoose": "^5.3.11",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"popper.js": "^1.14.4",
"serve-favicon": "2.5.0"
}
}