-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 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
{
"name": "backened",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "cd frontend && npm install && npm run build"
},
"author": "amar",
"license": "ISC",
"dependencies": {
"@hapi/joi": "^15.0.3",
"bcrypt": "^3.0.8",
"body-parser": "^1.19.0",
"bson-objectid": "^1.3.0",
"btoa": "^1.2.1",
"connect": "^3.7.0",
"connect-flash": "^0.1.1",
"connect-redis": "^4.0.4",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"crypto-browserify": "^3.11.0",
"csurf": "^1.11.0",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-session": "^1.16.2",
"flash": "^1.1.0",
"form-data": "^2.3.3",
"formidable": "^1.2.1",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"moment-timezone": "^0.5.26",
"mongodb": "^3.3.2",
"mongoose": "^5.7.5",
"mongoose-auto-increment": "^5.0.1",
"multer": "^1.4.1",
"multer-gridfs-storage": "^3.2.3",
"music-metadata": "^4.2.1",
"nodemon": "^1.19.1",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-local": "^1.0.0",
"react-h5-audio-player": "^3.1.0",
"readable-stream": "^3.4.0",
"redis": "^3.0.2"
}
}