-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 719 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 719 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
27
28
29
30
31
32
{
"name": "spotify-queue",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "Daniel Salib",
"license": "ISC",
"dependencies": {
"axios": "^0.18.1",
"body-parser": "^1.19.0",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.4",
"cookie-session": "^2.0.0-beta.3",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-session": "^1.16.2",
"http": "0.0.0",
"jquery": "^3.4.1",
"mongoose": "^5.6.11",
"nodemon": "^1.19.1",
"passport": "^0.4.0",
"passport-spotify": "^1.1.0",
"randomstring": "^1.1.5",
"redis": "^2.8.0",
"socket.io": "^2.2.0",
"uuid": "^3.3.3"
}
}