-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 811 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 811 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
{
"name": "node-authentication",
"main": "server.js",
"dependencies": {
"apicalypse": "^1.0.5",
"bcrypt": "*",
"bcrypt-nodejs": "^0.0.3",
"bcryptjs": "^3.0.3",
"body-parser": "^1.20.3",
"cloudinary": "^2.8.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"ejs": "~2.5.2",
"express": "^4.21.2",
"express-session": "^1.18.2",
"lodash": "^4.17.20",
"method-override": "~2.3.6",
"mongodb": "^3.3.4",
"mongoose": "^5.13.23",
"morgan": "^1.9.1",
"mpath": ">=0.5.1",
"multer": "^2.0.2",
"nodemon": "^3.1.11",
"passport": "^0.3.2",
"passport-facebook": "~2.1.1",
"passport-google-oauth": "~1.0.0",
"passport-local": "~1.0.0",
"passport-twitter": "^0.1.5"
}
}