merge-vtt
Version:
A simple tool to merge multiple WebVTT (.vtt) files into a single file.
30 lines (29 loc) • 672 B
JSON
{
"name": "merge-vtt",
"version": "1.0.4",
"description": "A simple tool to merge multiple WebVTT (.vtt) files into a single file.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axiom/merge-vtt.git"
},
"keywords": [
"webvtt",
"subtitle",
"merge",
"video",
"transcription"
],
"author": "Abdul Basit, Muhammad Roushan, Shaheryar Rafique",
"license": "MIT",
"bugs": {
"url": "https://github.com/axiom/merge-vtt/issues"
},
"homepage": "https://merge-vtt.axiomkit.com",
"files": [
"index.js"
]
}