{
  "name": "yifysubtitles",
  "version": "2.1.5",
  "description": "A simple wrapper to download subtitles from the yifysubtitles website.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mrdotb/yifysubtitles"
  },
  "author": {
    "name": "mrdotb",
    "email": "mrdotb@protonmail.com"
  },
  "main": "index.js",
  "scripts": {
    "test": "ava",
    "lint": "xo --fix"
  },
  "ava": {
    "files": "test/*.js",
    "verbose": "true"
  },
  "xo": {
    "space": true
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.2",
    "global": "^4.3.2",
    "got": "^9.2.0",
    "p-map": "^1.2.0",
    "srt-to-vtt": "^1.1.3",
    "streamz": "^1.8.5",
    "unzipper": "^0.9.3"
  },
  "devDependencies": {
    "ava": "^0.25.0",
    "xo": "^0.24.0",
    "pify": "^4.0.0"
  },
  "keywords": [
    "download",
    "html5",
    "films",
    "movies",
    "srt",
    "sub",
    "subs",
    "subtitles",
    "video",
    "vtt",
    "yify",
    "yifysubs",
    "yifysubtitles",
    "yts",
    "ytssubs",
    "zip"
  ]
}
