webvtt2ass
Version:
Convert WebVTT into ASS Subtitle
31 lines (30 loc) • 705 B
JSON
{
"name": "webvtt2ass",
"version": "0.4.1",
"authors": "TautCony (@tautcony)<tautcony@gmail.com>",
"description": "Convert WebVTT into ASS Subtitle",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tautcony/webvtt2ass/issues"
},
"homepage": "https://github.com/tautcony/webvtt2ass",
"main": "index.js",
"bin": "bin/webvtt2ass.js",
"repository": {
"type": "git",
"url": "https://github.com/tautcony/webvtt2ass.git"
},
"dependencies": {
"command-line-args": ">=5.1.1",
"command-line-usage": "^6.1.1",
"he": "^1.2.0",
"progress": "^2.0.3",
"webvtt": "0.0.2"
},
"keywords": [
"WebVTT",
"ASS",
"subtitles",
"html5"
]
}