-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.14 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
48
49
{
"name": "web-store",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"devStart": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NikolaSlv/web-store.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NikolaSlv/web-store/issues"
},
"homepage": "https://github.com/NikolaSlv/web-store#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"content-filter": "^1.1.2",
"ejs": "^3.1.7",
"express": "^4.17.3",
"express-ejs-layouts": "^2.5.1",
"express-flash": "0.0.2",
"express-mongo-sanitize": "^2.2.0",
"express-session": "^1.17.3",
"method-override": "^3.0.0",
"mongoose": "^6.3.1",
"nodemailer": "^6.7.5",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"web-store": "file:"
},
"devDependencies": {
"dotenv": "^16.0.0",
"nodemon": "^2.0.15"
},
"engines": {
"node": "12.20.0",
"npm": "6.14.8"
}
}