-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
36
37
38
39
40
41
42
43
{
"name": "test",
"author": "Lucas Martin Calderon",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcryptjs": "~2.4.3",
"body-parser": "^1.19.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"const": "^1.0.0",
"cookie-parser": "~1.4.4",
"cookie-session": "^1.4.0",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"e": "0.0.4",
"ejs": "^2.7.4",
"express": "~4.16.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"gridfs-stream": "^1.1.1",
"handlebars": "^4.7.3",
"http-errors": "~1.6.3",
"jquery": "^3.4.1",
"mongoose": "^5.9.3",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.0.2",
"nodemailer": "^6.4.5",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}