-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "musify",
"version": "1.0.0",
"description": "Music website, listen to latest songs, live podcasts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rahul3333/Musify.git"
},
"keywords": [
"songs",
"singers",
"podcast",
"latest",
"songs"
],
"author": "RAP",
"license": "ISC",
"bugs": {
"url": "https://github.com/rahul3333/Musify/issues"
},
"homepage": "https://github.com/rahul3333/Musify#readme",
"dependencies": {
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"crypto": "^1.0.1",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.1",
"gridfs-stream": "^1.1.1",
"mongodb": "^3.5.9",
"mongoose": "^5.9.18",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.1.0",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7"
}
}