-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "messengerapp",
"version": "1.0.0",
"description": "A chat application built with node, mongo and postgres",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kalinkaaaa14/MessengerApp.git"
},
"author": "Alina",
"license": "ISC",
"bugs": {
"url": "https://github.com/kalinkaaaa14/MessengerApp/issues"
},
"homepage": "https://github.com/kalinkaaaa14/MessengerApp#readme",
"dependencies": {
"async": "^3.2.0",
"aws-sdk": "^2.802.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"dependable": "^1.1.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-promise-router": "^4.0.1",
"express-session": "^1.17.1",
"express-validator": "^6.7.0",
"flash": "^1.1.0",
"formidable": "^1.2.2",
"helmet": "^4.2.0",
"lodash": "^4.17.20",
"mongoose": "^5.10.18",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemon": "^2.0.6",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"socket.io": "^3.0.3",
"validator": "^13.5.1"
}
}