-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1004 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
37
38
39
{
"name": "node-authentication",
"main": "server.js",
"scripts": {
"server": "nodemon server.js"
},
"dependencies": {
"async": "^2.6.1",
"axios": "^0.21.1",
"bcrypt-nodejs": "latest",
"body-parser": "~1.15.2",
"connect-flash": "~0.1.1",
"connect-mongo": "^2.0.3",
"cookie-parser": "~1.4.3",
"ejs": "~2.5.2",
"elasticsearch": "^15.3.1",
"express": "~4.14.0",
"express-session": "~1.14.1",
"express-winston": "^3.1.0",
"fs-extra": "^7.0.1",
"hashids": "^1.2.2",
"html2plaintext": "^2.1.2",
"http": "0.0.0",
"https": "^1.0.0",
"method-override": "~2.3.6",
"mongoose": "^5.13.15",
"morgan": "~1.9.1",
"multer": "^1.4.1",
"nodemon": "^1.18.9",
"passport": "~0.3.2",
"passport-facebook": "~2.1.1",
"passport-google-oauth": "~1.0.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.4",
"sharp": "^0.21.3",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.7.0"
}
}