{ "name": "libjass", "version": "0.12.0", "description": "A library to render ASS subtitles on HTML5 video in the browser.", "keywords": [ "browser", "html5", "subtitles" ], "homepage": "https://github.com/Arnavion/libjass", "bugs": "https://github.com/Arnavion/libjass/issues", "license": "Apache-2.0", "contributors": [ { "name": "Arnav Singh", "email": "arnavion@gmail.com" } ], "repository": { "type": "git", "url": "https://github.com/Arnavion/libjass" }, "main": "lib/libjass.js", "scripts": { "prepublish": "node ./build.js clean default", "build": "tsc -p ./build/tsconfig.json", "test": "node ./build.js test", "test-lib": "intern-client config=tests/intern reporters=Pretty", "test-minified": "intern-client config=tests/intern reporters=Pretty minified=true", "test-browser": "intern-runner config=tests/intern", "test-doc": "intern-client config=tests/intern-doc reporters=Pretty" }, "devDependencies": { "async": "1.x >=1.4", "async-build": "0.3.1", "intern": "3.x >=3.2.0", "npm": "4.x", "pngjs": "3.x", "sax": "1.x", "typescript": "2.0.10", "uglify-js": "2.x >=2.4.24" }, "private": true }