Update info in package.json

This commit is contained in:
Gabriel Augendre 2016-04-26 03:00:53 +02:00
parent 904a7f302a
commit 808a11f60f
No known key found for this signature in database
GPG Key ID: D2B6A5B41FC438B1
1 changed files with 12 additions and 4 deletions

View File

@ -1,9 +1,17 @@
{
"author": "Doozer",
"name": "web-api-code-example",
"description": "Basic examples of the Spotify authorization flows through oAuth2",
"author": "Gabriel Augendre <gabriel@augendre.info>",
"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",