-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 857 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 857 Bytes
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
{
"name": "base",
"version": "1.0.0",
"description": "Express",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tushar Mudgal <tusharmudgal3@gmail.com>",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.437.0",
"bcrypt": "^3.0.6",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"bunyan": "^1.8.12",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-validation": "^1.0.2",
"express-validator": "^5.3.1",
"gmail-send": "^1.2.14",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.7.5",
"mongoose-paginate": "^5.0.3",
"mongoose-paginate-v2": "^1.0.24",
"multer": "^1.4.1",
"nodemailer": "^6.1.1",
"redis": "^2.8.0",
"uuid": "^3.3.2"
}
}