-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 944 Bytes
/
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
{
"name": "musicapp",
"version": "1.0.0",
"description": "spotify clone",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yash0530/MusicApp.git"
},
"author": "Yash, Virik",
"license": "ISC",
"bugs": {
"url": "https://github.com/yash0530/MusicApp/issues"
},
"homepage": "https://github.com/yash0530/MusicApp#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"btoa": "^1.2.1",
"connect-flash": "^0.1.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"gridfs-stream": "^1.1.1",
"method-override": "^3.0.0",
"mongoose": "^5.4.2",
"multer": "^1.4.1",
"multer-gridfs-storage": "^3.2.3",
"music-metadata": "^3.5.1",
"nodemon": "^1.18.9",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
}
}