@joegesualdo/get-youtube-subtitle-url-node
Version:
Get the url for a youtube video's subtitles.
30 lines (29 loc) • 655 B
JSON
{
"name": "@joegesualdo/get-youtube-subtitle-url-node",
"version": "0.1.0",
"description": "Get the url for a youtube video's subtitles.",
"repository": "joegesualdo/get-youtube-subtitle-url-node",
"main": "./index.js",
"scripts": {},
"keywords": [
"youtube",
"subtitles",
"cc"
],
"author": {
"name": "Joe Gesualdo",
"email": "joegesualdo@gmail.com",
"url": ""
},
"license": "MIT",
"devDependencies": {
"ava": "^0.15.2"
},
"dependencies": {
"app-root-path": "^2.0.1",
"format-json": "^1.0.3",
"json-beautify": "^1.0.1",
"loud-rejection": "^1.6.0",
"python-shell": "^0.4.0"
}
}