{
  "name": "themoviedb-api-client",
  "description": "Library for interacting with themoviedb.com API",
  "version": "1.1.0",
  "scripts": {
    "test": "clear; make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/svenkatreddy/themoviedb-api-client.git"
  },
  "license": "MIT",
  "keywords": [
    "themoviedb",
    "api",
    "tmdb"
  ],
  "bugs": {
    "url": "https://github.com/svenkatreddy/themoviedb-api-client/issues"
  },
  "homepage": "https://github.com/svenkatreddy/themoviedb-api-client#readme",
  "directories": {
    "lib": "./lib"
  },
  "main": "index.js",
  "author": "Venkat Reddy",
  "dependencies": {
    "debug": "^4.1.1",
    "execution-time": "^1.3.0",
    "superagent": "^4.1.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "colors": "^1.1.2",
    "mocha": "^3.1.2"
  }
}
