Merge pull request #29 from angelxmoreno/angelxmoreno-patch-1

Added useful meta data to package.json
This commit is contained in:
Dan Zajdband
2015-10-14 11:52:17 -03:00

View File

@@ -9,8 +9,18 @@
"license": "MIT",
"keywords": [
"themoviedb",
"api"
"api",
"tmdb"
],
"repository": {
"type": "git",
"url": "git+https://github.com/impronunciable/moviedb.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/impronunciable/moviedb/issues"
},
"homepage": "https://github.com/impronunciable/moviedb#readme",
"directories": {
"lib": "./lib"
},