DAVIDS/package.json

16 lines
368 B
JSON
Raw Normal View History

2014-05-14 10:27:27 +02:00
{
"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": {
2014-06-30 10:11:04 +02:00
"cookie-parser": "1.3.2",
2016-04-17 11:21:26 +02:00
"dotenv": "^2.0.0",
2014-05-14 10:27:27 +02:00
"express": "~4.0.0",
2014-06-30 10:11:04 +02:00
"querystring": "~0.2.0",
2016-04-17 11:21:26 +02:00
"request": "~2.34.0",
"throng": "^4.0.0"
2014-05-14 10:27:27 +02:00
}
}