DAVIDS/package.json
2014-06-30 10:11:04 +02:00

14 lines
320 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",
"express": "~4.0.0",
"querystring": "~0.2.0",
"request": "~2.34.0"
}
}