-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.37 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.37 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "sociapp",
"version": "1.0.0",
"description": "a social media app made using nodejs expressjs mongodb",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NTSTET/sociapp.git"
},
"keywords": [
"social",
"media",
"app"
],
"author": "Saurabh Kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/NTSTET/sociapp/issues"
},
"homepage": "https://github.com/NTSTET/sociapp#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"crypto": "^1.0.1",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.18.0",
"md5": "^2.3.0",
"moment": "^2.29.4",
"mongodb": "^4.7.0",
"mongoose": "^6.5.3",
"mongoose-findorcreate": "^3.0.0",
"nodemailer": "^6.8.0",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"passport-spotify": "^2.0.0",
"passport-twitter": "^1.0.4",
"request": "^2.88.2",
"socket.io": "^4.5.1"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"engines": {
"node": "16.x",
"npm": "9.x"
}
}