ttml2srt
Version:
Convert TTML subtitles to SRT format.
27 lines (26 loc) • 641 B
JSON
{
"name": "ttml2srt",
"version": "1.2.4",
"description": "Convert TTML subtitles to SRT format.",
"keywords": [
"ttml",
"srt",
"subtitles",
"subrip"
],
"author": "Seiya Dev.",
"homepage": "https://github.com/seiya-npm/ttml2srt#readme",
"repository": {
"type": "git",
"url": "https://github.com/seiya-npm/ttml2srt.git"
},
"bugs": {
"url": "https://github.com/seiya-npm/ttml2srt/issues"
},
"scripts": {
"eslint": "eslint *.js src",
"eslint-fix": "eslint *.js src --fix"
},
"license": "MIT",
"main": "main.js"
}