UNPKG

ass-parser

Version:
40 lines (39 loc) 761 B
{ "name": "ass-parser", "version": "0.2.0", "description": "Parse SSA/ASS subtitle format", "author": "Eugene Sharygin <eush77@gmail.com>", "license": "MIT", "scripts": { "test": "tape test/*.js" }, "files": [ "index.js", "src/" ], "homepage": "https://github.com/eush77/ass-parser", "repository": { "type": "git", "url": "https://github.com/eush77/ass-parser" }, "bugs": { "url": "https://github.com/eush77/ass-parser/issues" }, "keywords": [ "SSA", "ASS", "subtitle", "format", "subtitles", "parser" ], "dependencies": { "flatmap": "0.0.3", "fzip": "^0.2.0", "regexp.execall": "^1.0.2", "zipmap": "^1.1.1" }, "devDependencies": { "tape": "^4.6.3" } }