-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 KB
/
package.json
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
44
45
46
47
{
"name": "hello-express",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@sendgrid/mail": "^7.4.1",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.23.0",
"connect-mongo": "^3.2.0",
"connect-mongodb-session": "^2.4.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.0",
"express-session": "^1.17.1",
"formidable": "^1.2.2",
"handlebars": "^4.7.7",
"handlebars-helpers": "^0.10.0",
"hbs": "^4.1.1",
"http-errors": "~1.6.3",
"mongodb": "^3.6.3",
"morgan": "~1.9.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sharp": "^0.27.1",
"shortid": "^2.2.16"
},
"devDependencies": {},
"description": "",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nguyentanvinh7a/web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nguyentanvinh7a/web/issues"
},
"homepage": "https://github.com/nguyentanvinh7a/web#readme"
}