Files
srt-webvtt/package.json
2018-01-19 15:49:38 +06:00

40 lines
820 B
JSON

{
"name": "srt-webvtt",
"version": "0.0.0",
"description": "Convert SRT format subtitle to WebVTT on the fly over HTML5 environmentø",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imshaikot/srt-webvtt.git"
},
"keywords": [
"Subtitle",
"video",
"subtitle",
"track",
"element",
"srt-to-vtt",
"str-to-webvtt",
"converter",
"html5",
"video",
"html5",
"video",
"track",
"html5",
"video",
"subtitle",
"str",
"support"
],
"author": "Shariar Shaikot",
"license": "MIT",
"bugs": {
"url": "https://github.com/imshaikot/srt-webvtt/issues"
},
"homepage": "https://github.com/imshaikot/srt-webvtt#readme"
}