{
  "name": "moviedatabase-api",
  "version": "1.0.0",
  "description": "The Movie Database (TMDb) Wrapper API Library",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": "https://github.com/wlepinski/moviedatabase-api",
  "keywords": [
    "tmdb",
    "movie",
    "wrapper",
    "themoviedatabase",
    "api"
  ],
  "author": "William Lepinski <william.lepinski at gmail.com> (http://github.com/lepinski)",
  "license": "MIT",
  "dependencies": {
    "promise": "^6.0.1",
    "request": "^2.49.0",
    "underscore": "^1.7.0"
  }
}
