forked from nguyentantoan/UngDungChat_monCNM
-
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.14 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.14 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": "chat",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"bcrypt": "^5.0.1",
"bluebird": "^3.5.3",
"body-parser": "^1.18.2",
"buffer": "^6.0.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.4",
"dotenv": "^10.0.0",
"ejs": "^2.5.7",
"express": "^4.17.1",
"express-ejs-extend": "0.0.1",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"fs-extra": "^7.0.1",
"lodash": "^4.17.11",
"moment": "^2.29.1",
"mongoose": "^4.13.9",
"multer": "^1.4.1",
"nodemailer": "^4.4.2",
"nodemon": "^2.0.13",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"socket.io": "^2.2.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"pem": "^1.13.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "source sh/env.sh && babel-node src/server.js"
},
"author": "",
"license": "ISC"
}