{ "name": "moviedb", "description": "Library for interacting with themoviedb.com API", "version": "0.2.2", "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 ", "dependencies": { "superagent": "^1.6.1" } }