{
  "name": "@pct-org/eztv-api-pt",
  "version": "1.3.6",
  "description": "An EZTV API wrapper to get data from eztv.ag.",
  "keywords": [
    "api",
    "eztv",
    "popcorn",
    "torrent"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/pct-org/eztv-api-pt.git"
  },
  "scripts": {
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "lint": "eslint {examples,test}/** *.js",
    "pretest": "npm run lint",
    "test": "nyc -r=text -r=lcov mocha --timeout 15000 test/**"
  },
  "dependencies": {
    "bytes": "^3.1.0",
    "cheerio": "^1.0.0-rc.2",
    "debug": "^3.1.0",
    "got": "^8.3.1"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.1",
    "eslint": "^5.0.0-alpha.3",
    "eslint-config-vixo": "^2.1.0",
    "mocha": "^5.1.1",
    "nyc": "^11.7.3"
  },
  "engines": {
    "node": ">=6.3.0"
  }
}