-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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
{
"name": "car-pooling",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"admin-bro": "^1.6.6",
"admin-bro-expressjs": "^0.4.0",
"admin-bro-mongoose": "^0.4.0",
"bcrypt": "^3.0.8",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"cookie-parser": "^1.4.4",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-flash-messages": "^0.1.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.0",
"joi": "^14.3.1",
"method-override": "^3.0.0",
"mocha": "^7.0.1",
"moment": "^2.24.0",
"mongoose": "^5.9.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.2",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"password-validator": "^5.0.3",
"random-string": "^0.2.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.2"
}
}