-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 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
51
52
{
"name": "mern-account-authentication",
"version": "1.0.0",
"description": "MERN account signup, signin, forgot password , crud api ... etc authentication\\",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abriilo/MERN-Account-Authentication.git"
},
"keywords": [
"Account",
"authentication",
"Mern",
"Full",
"Account",
"Authentication"
],
"author": "Abraham Mitiku",
"license": "ISC",
"bugs": {
"url": "https://github.com/abriilo/MERN-Account-Authentication/issues"
},
"homepage": "https://github.com/abriilo/MERN-Account-Authentication#readme",
"dependencies": {
"@sendgrid/mail": "^7.6.0",
"agenda": "^4.2.1",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-validator": "^6.14.0",
"helmet": "^4.6.0",
"http": "0.0.1-security",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nodemailer": "^6.7.2",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemon": "^2.0.15",
"passport": "^0.5.0",
"passport-jwt": "^4.0.0"
}
}