{
  "name": "goodreads-json-api",
  "version": "1.0.4",
  "description": "Library to get Goodreads API response in JSON format",
  "main": "index.js",
  "scripts": {
    "test": "npm test",
    "demo": "node demo/demo.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/myke11j/goodreads-json-api.git"
  },
  "keywords": [
    "goodreads",
    "api",
    "json"
  ],
  "author": "Mukul <@mukul1904>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/myke11j/goodreads-json-api/issues"
  },
  "homepage": "https://github.com/myke11j/goodreads-json-api#readme",
  "dependencies": {
    "async": "^2.6.0",
    "cheerio": "^1.0.0-rc.2"
  }
}
