Files
moviedb/package.json
Dan Zajdband b5ef11ed61 Version 0.1.9
2014-10-15 20:18:53 -03:00

21 lines
382 B
JSON

{
"name": "moviedb",
"description": "Library for interacting with themoviedb.com API",
"version": "0.1.9",
"keywords": [
"themoviedb",
"api"
],
"directories": {
"lib": "./lib"
},
"main": "index.js",
"author": "Dan Zajdband <dan.zajdband@gmail.com>",
"dependencies": {
"superagent": "0.20.0"
},
"devDependencies": {
"mocha": "1.0.x"
}
}