forked from louiswilliams/queueup-spotify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 682 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 682 Bytes
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
{
"name": "QueuepServer",
"description": "Servers a client with current state of a playlist",
"version": "0.0.1",
"private": "true",
"dependencies": {
"async": "~1.4.0",
"basic-auth": "~1.0.3",
"body-parser": "~1.5.2",
"cookie-parser": "~1.3.4",
"debug": "~1.0.3",
"express": "~4.7.2",
"express-session": "~1.11.3",
"jade": "~1.5.0",
"morgan": "~1.2.2",
"mongodb": "~1.4.7",
"monk": "~1.0.1",
"oauth2-server": "~2.4.0",
"passport-facebook": "~1.0.3",
"passport-google-oauth": "~0.2.0",
"passport-spotify": "~0.3.0",
"passport": "~0.2.1",
"spotify-web-api-node": "~2.1.0",
"socket.io": "~1.3.6"
}
}