-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1010 Bytes
/
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
{
"name": "nodejs_user_authentication",
"version": "1.0.0",
"description": "A user authentication system implemented using expresss and passport",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"compression": "^1.7.4",
"connect-mongo": "^5.1.0",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"helmet": "^7.0.0",
"moment": "^2.29.4",
"mongoose": "^7.6.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"openid-client": "^5.6.1",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"passport-github2": "^0.1.12",
"passport-gitlab2": "^5.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-twitch-strategy": "^2.2.0",
"pug": "^3.0.2",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
}
}