Added useful meta data to package.json

This commit is contained in:
Angel S. Moreno
2015-10-14 09:04:48 -04:00
parent 48e471394c
commit bee04502c6

View File

@@ -4,8 +4,18 @@
"version": "0.2.0", "version": "0.2.0",
"keywords": [ "keywords": [
"themoviedb", "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": { "directories": {
"lib": "./lib" "lib": "./lib"
}, },