-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.15 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "scorpion",
"version": "1.0.0",
"description": "First initialisation of Scorpion e-store",
"main": "app.js",
"dependencies": {
"axios": "^0.21.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"csurf": "^1.11.0",
"dotenv": "^8.2.0",
"ejs": "^3.0.2",
"express": "^4.17.1",
"express-autosanitizer": "^1.0.1",
"express-bouncer": "^0.2.0",
"express-paginate": "^1.0.2",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"helmet-csp": "^3.3.1",
"http": "0.0.1-security",
"https": "^1.0.0",
"install": "^0.13.0",
"jquery": "^3.5.0",
"jquery-touchswipe": "^1.6.19",
"jquery-zoom": "^1.7.21",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongodb": "^3.6.5",
"mongoose": "^5.12.3",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.6",
"nodemailer-smtp-transport": "^2.7.4",
"npm": "^6.14.8",
"object-encrypt-decrypt": "^1.0.2",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-facebook-token": "^3.3.0",
"passport-google-oauth": "^2.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"passport-local-mongoose-email": "^0.1.4",
"path": "^0.12.7",
"rotating-file-stream": "^2.1.5",
"serve-favicon": "^2.5.0",
"session-file-store": "^1.5.0",
"sharp": "^0.27.2",
"simple-node-logger": "^18.12.24",
"stripe": "^8.49.0",
"zoho-node-mailer": "^1.0.6"
},
"keywords": [
"example",
"heroku"
],
"devDependencies": {
"nodemon": "^2.0.7",
"webpack": "^4.44.1"
},
"scripts": {
"start": "node index.js",
"heroku-prebuild": "npm install --dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ioannis-Karyotis/Scorpion.git"
},
"author": "Ioannis Karyotis",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ioannis-Karyotis/Scorpion/issues"
},
"homepage": "https://github.com/Ioannis-Karyotis/Scorpion#readme"
}