This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
negromate_origins/web/negromateweb/static/js/videojs-ass/bower.json

31 lines
562 B
JSON

{
"name": "videojs-ass",
"authors": [
"Sunny Li"
],
"description": "ASS/SSA subtitle overlay for videojs",
"keywords": [
"videojs",
"videojs-plugin",
"subtitle",
"ASS",
"SSA"
],
"license": "Apache-2.0",
"main": [
"./src/videojs.ass.js",
"./src/videojs.ass.css"
],
"ignore": [
"node_modules",
"bower_components",
"example.html"
],
"dependencies": {
"libjass": "https://github.com/Arnavion/libjass/releases/download/v0.11.0/libjass.zip"
},
"devDependencies": {
"videojs": "5.x"
}
}