yifysubtitles-api
Version:
Yifysubtitles.com API wrapper for NodeJS
30 lines (29 loc) • 657 B
JSON
{
"name": "yifysubtitles-api",
"version": "1.0.0",
"description": "Yifysubtitles.com API wrapper for NodeJS",
"main": "index.js",
"author": "vankasteelj",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vankasteelj/yifysubtitles-api.git"
},
"dependencies": {
"got": "^9.5.0",
"cheerio": "^0.22.0"
},
"scripts": {
"test": "node ./test.js"
},
"keywords": [
"yifysubtitles",
"yify",
"subtitles",
"api",
"wrapper",
"srt",
"movies",
"films"
]
}