DAVIDS/package.json

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