{ "name" : "moviedb" , "description" : "Library for interacting with themoviedb.com API" , "version" : "0.0.1" , "keywords" : ["themoviedb","api"] , "directories" : { "lib" : "./lib" } , "main" : "index.js" , "author" : "Dan Zajdband " , "dependencies" : { "superagent" : "0.4.x" } , "devDependencies" : { "mocha" : "1.0.x" } }