mirror of
https://github.com/jellyfin/JavascriptSubtitlesOctopus.git
synced 2024-11-23 13:59:51 +00:00
31 lines
943 B
JSON
31 lines
943 B
JSON
{
|
|
"name": "@jellyfin/libass-wasm",
|
|
"version": "4.1.1",
|
|
"description": "libass Subtitle Renderer and Parser library for browsers",
|
|
"main": "dist/js/subtitles-octopus.js",
|
|
"files": [
|
|
"dist/js/subtitles*",
|
|
"dist/js/COPYRIGHT"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"prepare": "if test 0$SKIP_PREPARE -eq 0; then ./run-docker-build.sh; fi"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jellyfin/JavascriptSubtitlesOctopus.git"
|
|
},
|
|
"keywords": [
|
|
"libass",
|
|
"subtitle",
|
|
"wasm",
|
|
"emscripten"
|
|
],
|
|
"author": "SubtitlesOctopus contributors",
|
|
"license": "LGPL-2.1-or-later AND (FTL OR GPL-2.0-or-later) AND MIT AND MIT-Modern-Variant AND ISC AND NTP AND Zlib AND BSL-1.0",
|
|
"bugs": {
|
|
"url": "https://github.com/jellyfin/JavascriptSubtitlesOctopus/issues"
|
|
},
|
|
"homepage": "https://jellyfin.github.io/JavascriptSubtitlesOctopus/"
|
|
}
|