Files
moviedb/package.json
Dan Zajdband ae479b9ebc Merge pull request #29 from angelxmoreno/angelxmoreno-patch-1
Added useful meta data to package.json
2015-10-14 11:52:17 -03:00

33 lines
736 B
JSON

{
"name": "moviedb",
"description": "Library for interacting with themoviedb.com API",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/impronunciable/moviedb.git"
},
"license": "MIT",
"keywords": [
"themoviedb",
"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"
},
"main": "index.js",
"author": "Dan Zajdband <dan.zajdband@gmail.com>",
"dependencies": {
"superagent": "0.21.0"
}
}