mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
24 lines
516 B
JSON
24 lines
516 B
JSON
|
{
|
||
|
"name": "libjass",
|
||
|
"version": "0.11.0",
|
||
|
"description": "A library to render ASS subtitles on HTML5 video in the browser.",
|
||
|
"keywords": [
|
||
|
"browser",
|
||
|
"html5",
|
||
|
"subtitles"
|
||
|
],
|
||
|
"homepage": "https://github.com/Arnavion/libjass",
|
||
|
"bugs": "https://github.com/Arnavion/libjass/issues",
|
||
|
"license": "Apache-2.0",
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Arnav Singh",
|
||
|
"email": "arnavion@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Arnavion/libjass"
|
||
|
},
|
||
|
"main": "libjass.js"
|
||
|
}
|