-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.28 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
{
"name": "express-auth-starter-template",
"version": "1.0.0",
"description": "A complete authentication system which can be used as a starter code for creating any new application.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/raj21parihar/express-auth-starter-template.git"
},
"keywords": [
"Auth",
"Node Auth",
"Express Auth",
"authentication system"
],
"author": "Parmanand Parihar",
"license": "ISC",
"bugs": {
"url": "https://github.com/raj21parihar/express-auth-starter-template/issues"
},
"homepage": "https://github.com/raj21parihar/express-auth-starter-template#readme",
"dependencies": {
"axios": "^1.3.4",
"bcrypt": "^5.1.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.4.0-rc1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.3",
"kue": "^0.11.6",
"mongoose": "^7.0.2",
"nodemailer": "^6.9.1",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"validator": "^13.9.0"
}
}