jellyfin-web/dashboard-ui/bower_components/libjass/package.json

24 lines
516 B
JSON
Raw Normal View History

2016-04-04 18:23:42 -07:00
{
"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"
}