-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 728 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 728 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
{
"name": "classield",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./server.js"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.20.3",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.7",
"csurf": "^1.11.0",
"debug": "~4.4.0",
"express": "~4.21.2",
"express-handlebars": "^8.0.1",
"express-session": "^1.18.1",
"express-validator": "^7.2.1",
"hbs": "~4.2.0",
"i18n": "^0.15.1",
"moment": "^2.30.1",
"mongoose": "^8.12.1",
"morgan": ">=1.10.0",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"serve-favicon": "~2.5.0"
}
}