forked from MasterKN48/Login_Methods_in_Mern_Stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 650 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 650 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
{
"name": "login-app-passport-master",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"express-session": "^1.16.2",
"mongoose": "^5.6.4",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4"
},
"devDependencies": {
"nodemon": "^1.19.1"
},
"scripts": {
"start": "node index",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}