Update info in package.json
This commit is contained in:
parent
904a7f302a
commit
808a11f60f
1 changed files with 12 additions and 4 deletions
16
package.json
16
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 <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",
|
||||
|
|
Loading…
Reference in a new issue