UNPKG

theelitesubs

Version:

A simple wrapper to download subtitles from the yifysubtitles website.

55 lines (54 loc) 954 B
{ "name": "theelitesubs", "version": "1.0.0", "description": "A simple wrapper to download subtitles from the yifysubtitles website.", "license": "MIT", "author": { "name": "hassan", "email": "hassanseffiani@gmail.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" ] }