-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathpackage.json
30 lines (30 loc) · 888 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
{
"name": "libass-wasm",
"version": "4.1.0",
"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": "./run-docker-build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/libass/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/libass/JavascriptSubtitlesOctopus/issues"
},
"homepage": "https://libass.github.io/JavascriptSubtitlesOctopus/"
}