{
  "name": "torrent-scraper",
  "version": "0.0.5",
  "description": "A torrent scraping library with pluggable site scrapers",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tharindu96/torrent-scraper.git"
  },
  "keywords": [
    "torrent",
    "scraper",
    "downloader"
  ],
  "author": "Tharindu Hasthika",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tharindu96/torrent-scraper/issues"
  },
  "homepage": "https://github.com/tharindu96/torrent-scraper#readme",
  "dependencies": {
    "cheerio": "^0.20.0",
    "pad": "^1.0.0",
    "request": "^2.72.0"
  }
}
