-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 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": "kickout",
"version": "1.0.0",
"description": "A multiplayer game",
"main": "app.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yadav-sachin/kickOut.git"
},
"author": "Sachin Yadav",
"license": "ISC",
"bugs": {
"url": "https://github.com/yadav-sachin/kickOut/issues"
},
"homepage": "https://github.com/yadav-sachin/kickOut#readme",
"dependencies": {
"@sendgrid/mail": "^7.2.0",
"bcrypt": "^5.0.0",
"chalk": "^4.1.0",
"connect-flash": "^0.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"hbs": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.19",
"mongoose-unique-validator": "^2.0.3",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sequelize": "^5.21.12",
"socket.io": "^2.3.0",
"validator": "^13.1.0"
},
"engines": {
"node": "14",
"npm": "6"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}