-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.03 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
{
"name": "social-networking",
"version": "1.0.0",
"description": "",
"main": "server.js",
"engines": {
"node": "10.19.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shag527/Social-Networking.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shag527/Social-Networking/issues"
},
"homepage": "https://github.com/shag527/Social-Networking#readme",
"dependencies": {
"apollo-server": "^2.21.1",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"fs": "0.0.1-security",
"graphql": "^15.5.0",
"http": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.4",
"mongoose": "^5.12.0",
"nodemailer": "^6.5.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemon": "^2.0.7",
"socket.io": "^3.1.2"
}
}