-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
46 lines (46 loc) · 1.22 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@sabre-js/sabre",
"version": "git",
"description": "A gpu accelerated ecmascript renderer for Advanced Substation Alpha (ASS) subtitles. Renders .ass and .ssa files over video in the browser.",
"main": "dist/sabre.min.js",
"types": "types/sabre.d.ts",
"dependencies": {
"opentype.js": "^1.3.4",
"@types/offscreencanvas": "^2019.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SABRE-JS/SABRE.js.git"
},
"files": [
"LICENCE.md",
"README.md",
"dist/*.js",
"dist/lib/*.js",
"dist/*.map",
"dist/lib/*.map",
"types/*.d.ts",
"types/lib/*.d.ts",
"dist/shaders/*.glsl"
],
"keywords": [
"front-end",
"ass",
"ssa",
"subtitles",
"subtitle",
"captions",
"caption",
"webgl",
"browser"
],
"author": "Patrick \"ILOVEPIE\" Rhodes Martin & Contributors",
"license": "See licence in LICENCE.md",
"bugs": {
"url": "https://github.com/SABRE-JS/SABRE.js/issues"
},
"homepage": "https://github.com/SABRE-JS/SABRE.js#readme",
"funding": [
"https://ko-fi.com/ilovepie"
]
}