UNPKG

smi2vtt

Version:
44 lines (43 loc) 847 B
{ "name": "smi2vtt", "version": "0.1.1", "description": "Convert .smi to .vtt", "main": "./index.js", "author": { "name": "nupamore", "email": "nupamore@gmail.com", "url": "http://nupamore.github.io/" }, "repository": { "type": "git", "url": "git://github.com/nupamore/smi2vtt.git" }, "bugs": { "url": "http://github.com/nupamore/smi2vtt/issues" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "keywords": [ "smi", "sami", "vtt", "subtitle", "caption" ], "scripts": { "prepublish": "babel lib -d dist" }, "dependencies": { "htmlparser2": "^3.9.2", "iconv-lite": "^0.4.15", "jschardet": "^1.4.1" }, "devDependencies": { "babel-cli": "^6.18.0", "babel-preset-es2015": "^6.18.0" } }