-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 779 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 779 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
{
"name": "online-shop",
"version": "1.0.0",
"description": "simple online shop",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "KMRScript",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.8",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.2.0",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-session": "^1.16.2",
"express-validator": "^6.1.1",
"mongodb": "^3.3.0-beta2",
"mongodb-ejs-pagination": "^1.0.3",
"mongoose": "^5.6.7",
"multer": "^1.4.2",
"nodemon": "^2.0.4"
},
"engines": {
"node": "v12.18.2",
"npm": "6.14.6"
},
"devDependencies": {},
"keywords": []
}