This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
negromate_origins/web/negromateweb/static/js/libjass/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2018-10-12 23:00:20 +02:00
{
"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
}