-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 947 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
{
"name": "jukebox",
"version": "1.0.0",
"description": "PMI, UXDI, & WDI Collaboration Project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jfadem82/jukebox.git"
},
"author": "Matthias Jordan, Angel Pang, and Josh Fadem",
"license": "ISC",
"bugs": {
"url": "https://github.com/jfadem82/jukebox/issues"
},
"homepage": "https://github.com/jfadem82/jukebox#readme",
"dependencies": {
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.1",
"cors": "^2.7.1",
"express": "^4.13.4",
"jsonwebtoken": "^5.7.0",
"method-override": "^2.3.5",
"mongoose": "^4.4.13",
"morgan": "^1.7.0",
"node-soundcloud": "0.0.5",
"passport": "^0.3.2",
"passport-soundcloud": "^0.1.2",
"passport-spotify": "^0.3.0",
"path": "^0.12.7"
}
}