-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 782 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 782 Bytes
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": "libass-wasm",
"version": "4.0.0",
"description": "libass Subtitle Renderer and Parser library for browsers",
"main": "dist/js/subtitles-octopus.js",
"types": "types.d.ts",
"files": [
"dist/js/subtitles*",
"types.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "./run-docker-build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dador/JavascriptSubtitlesOctopus.git"
},
"keywords": [
"libass",
"subtitle",
"wasm",
"emscripten"
],
"author": "TFSThiagoBR98, Dador",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dador/JavascriptSubtitlesOctopus/issues"
},
"homepage": "https://dador.github.io/JavascriptSubtitlesOctopus/"
}