-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 840 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 840 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
{
"name": "spotify",
"version": "1.0.0",
"description": "If you want to run the project, create a Spotify app on [the Spotify Developer site](https://developer.spotify.com/dashboard/).",
"main": "app.js",
"dependencies": {
"axios": "^0.19.2",
"consolidate": "^0.15.1",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-handlebars": "^4.0.4",
"express-session": "^1.17.1",
"html": "^1.0.0",
"moment": "^2.26.0",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-oauth": "^1.0.0",
"passport-spotify": "^1.1.0",
"request": "^2.88.2",
"sequelize": "^5.21.11",
"swig": "^1.4.2"
},
"devDependencies": {},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}