-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 912 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
33
34
{
"name": "loginAuthentication",
"version": "1.0.0",
"description": "Simple authentication system",
"main": "app.js",
"website": "www.vatsalshah.in",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vatsal shah",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"console-timestamp": "^0.3.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.14.2",
"express-validator": "^3.0.0",
"mongodb": "^2.2.11",
"mongoose": "^4.7.0",
"nodemailer":"*",
"passport": "^0.3.2",
"passport-facebook": "*",
"passport-github": "^1.1.0",
"passport-http": "*",
"passport-linkedin-oauth2": "^1.4.1",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"socket.io": "^1.7.1"
}
}