15 lines
368 B
JSON
15 lines
368 B
JSON
{
|
|
"author": "Doozer",
|
|
"name": "web-api-code-example",
|
|
"description": "Basic examples of the Spotify authorization flows through oAuth2",
|
|
"version": "0.0.1",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"cookie-parser": "1.3.2",
|
|
"dotenv": "^2.0.0",
|
|
"express": "~4.0.0",
|
|
"querystring": "~0.2.0",
|
|
"request": "~2.34.0",
|
|
"throng": "^4.0.0"
|
|
}
|
|
}
|