forked from JustAMan/JavascriptSubtitlesOctopus
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
31 lines (31 loc) · 972 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@jellyfin/libass-wasm",
"version": "4.2.3",
"description": "libass Subtitle Renderer and Parser library for browsers",
"main": "dist/js/subtitles-octopus.js",
"files": [
"dist/js/default.woff2",
"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/"
}