-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 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
{
"name": "social",
"version": "1.0.0",
"description": "friendsBase",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kumar80/Social.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kumar80/Social/issues"
},
"homepage": "https://github.com/kumar80/Social#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"busboy": "^0.3.1",
"connect-busboy": "0.0.2",
"cors": "^2.8.5",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.0",
"mongoose": "^5.10.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0",
"mysql": "^2.18.1",
"os": "^0.1.1",
"passport": "^0.4.1",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"password-validator": "^5.1.0",
"path": "^0.12.7",
"session-file-store": "^1.4.0"
}
}