-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.12 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
45
46
{
"name": "myquizgame",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.9-1",
"detect-browser": "^3.0.0",
"ejs": "^2.5.9",
"express": "^4.16.3",
"express-messages": "^1.0.1",
"express-redirect": "^1.2.2",
"express-session": "^1.15.6",
"express-socket.io-session": "^1.3.3",
"express-validator": "^5.1.2",
"gm": "^1.23.1",
"imagemagick": "^0.1.3",
"join": "^3.0.0",
"mongodb": "^3.0.7",
"multer": "^1.3.0",
"nodemailer": "^4.6.7",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"paytmgratify": "^2.0.4",
"request": "^2.85.0",
"socket.io": "^2.1.0",
"useragent": "^2.3.0",
"util": "^0.10.3",
"uuid": "^3.2.1"
},
"devDependencies": {
"ws": "3.3.2"
}
}