-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.27 KB
/
package.json
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
{
"name": "sl-innovation-challenge-1",
"version": "1.0.0",
"description": "Repo for SL Innovation Challenge 1, Newsfeed, Posts",
"main": "app.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aks30/sl-innovation-challenge-1.git"
},
"keywords": [
"Social",
"Media",
"Newsfeed",
"Posts"
],
"author": "Akash",
"license": "MIT",
"bugs": {
"url": "https://github.com/aks30/sl-innovation-challenge-1/issues"
},
"homepage": "https://github.com/aks30/sl-innovation-challenge-1#readme",
"dependencies": {
"body-parser": "^1.20.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-jwt": "^7.7.5",
"express-validator": "^6.14.2",
"formidable": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"md5": "^2.3.0",
"moment-timezone": "^0.5.34",
"mongodb": "^4.7.0",
"mongoose": "^6.4.4",
"mongoose-autopopulate": "^0.16.1",
"mongoose-delete": "^0.5.4",
"mongoose-timestamp": "^0.6.0",
"mongoose-ttl": "^0.0.3",
"p-each-series": "^3.0.0",
"path": "^0.12.7",
"request": "^2.88.2",
"require-all": "^3.0.0",
"uuid": "^8.3.2"
}
}