-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
44
{
"name": "node-project",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"csurf": "^1.11.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.6.0",
"helmet": "^3.23.3",
"mongodb": "^3.5.9",
"mongoose": "^5.9.20",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.10",
"nodemailer-sendgrid-transport": "^0.2.0",
"pdfkit": "^0.11.0",
"pug": "^3.0.0"
},
"devDependencies": {},
"engines": {
"node": "12.18.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "MONGODB_DATABASE=shop node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saifibne/Node-Project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/saifibne/Node-Project/issues"
},
"homepage": "https://github.com/saifibne/Node-Project#readme"
}