Files
moviedb/package.json
Dan Zajdband f57825bb33 0.2.1 bumping.
2015-10-14 11:48:06 -03:00

23 lines
454 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"
],
"directories": {
"lib": "./lib"
},
"main": "index.js",
"author": "Dan Zajdband <dan.zajdband@gmail.com>",
"dependencies": {
"superagent": "0.21.0"
}
}