diff --git a/package.json b/package.json index 79e9fbf..bf1220a 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,17 @@ { - "author": "Doozer", - "name": "web-api-code-example", - "description": "Basic examples of the Spotify authorization flows through oAuth2", + "author": "Gabriel Augendre ", + "name": "DAVIDS", + "description": "Allows you to find duplicates in your Spotify playlists.", + "repository": { + "type": "git", + "url": "Crocmagnon/DAVIDS" + }, + "bugs": { + "url": "https://github.com/Crocmagnon/DAVIDS/issues" + }, + "license": "MIT", "version": "0.0.1", - "main": "app.js", + "main": "bin/www.js", "dependencies": { "bootstrap": "~3.3.6", "browserify": "~13.0.0",