-
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) · 746 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 746 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": "socialmediaapp",
"version": "1.0.0",
"description": "Making social media application",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "Rohit Shinde",
"license": "ISC",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-handlebars": "^5.2.0",
"express-session": "^1.17.1",
"method-override": "^3.0.0",
"mongoose": "^5.11.15",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-instagram": "^1.0.0",
"passport-linkedin-oauth2": "^2.0.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}