-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.47 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
{
"name": "chatonline",
"version": "1.0.0",
"description": "Chat Online",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vucuong259/ChatOnline.git"
},
"author": "Cuongvm",
"license": "ISC",
"bugs": {
"url": "https://github.com/vucuong259/ChatOnline/issues"
},
"homepage": "https://github.com/vucuong259/ChatOnline#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-ejs-extend": "0.0.1",
"express-session": "^1.17.1",
"express-validator": "^6.6.1",
"fs-extra": "^9.0.1",
"moment": "^2.29.1",
"mongodb": "^3.6.2",
"mongoose": "^5.10.9",
"multer": "^1.4.2",
"nodemailer": "^6.4.14",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"socket.io": "^2.3.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"pem": "^1.13.2"
}
}