forked from dscimsu/OnlineResultTacker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 821 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 821 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
34
35
{
"name": "resultTracker",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.17.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.1.2",
"cookie-parser": "~1.4.4",
"csurf": "^1.10.0",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.17.0",
"express-validator": "5.3.1",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"mongoose": "^5.6.5",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^2.2.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
},
"engines": {
"node": "10.15.3"
}
}