-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 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
{
"name": "juke-pi",
"version": "0.0.1",
"description": "A web-app used to play music at gatherings. Users can upload the songs of their choice and depending on the number of votes the song gets by other users, the queue will be sorted and played accordingly.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TechGeekMe/juke-pi.git"
},
"author": "TechGeekMe",
"license": "MIT",
"bugs": {
"url": "https://github.com/TechGeekMe/juke-pi/issues"
},
"homepage": "https://github.com/TechGeekMe/juke-pi#readme",
"dependencies": {
"async": "^2.0.0",
"body-parser": "^1.15.2",
"bower": "^1.7.9",
"colors": "^1.1.2",
"express": "^4.14.0",
"express-mongoose": "^0.1.0",
"express-session": "^1.14.0",
"locks": "^0.2.2",
"mongoose": "^4.5.4",
"mpd": "^1.3.0",
"multer": "^1.1.0",
"musicmetadata": "^2.0.4",
"pug": "^2.0.0-beta3",
"socket.io": "^1.4.8"
}
}