-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 853 Bytes
/
package.json
File metadata and controls
36 lines (35 loc) · 853 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
36
{
"name": "untitled7",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"download-file": "^0.1.5",
"express": "^4.13.4",
"express-fileupload": "^0.3.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.3",
"express-validator": "^3.2.1",
"fs": "0.0.1-security",
"fs-extra": "^4.0.2",
"hbs": "~4.0.1",
"jquery": "^3.5.0",
"mongoose": "^5.7.5",
"morgan": "~1.7.0",
"multer": "^1.3.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"random-bytes": "^1.0.0",
"rimraf": "^2.6.2",
"serve-favicon": "^2.3.2",
"sweetalert": "^2.0.8"
}
}