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/package.json

29 lines
560 B
JSON
Raw Normal View History

2018-10-12 23:00:20 +02:00
{
"name": "videojs-ass",
"version": "0.8.0",
"author": "Sunny Li",
"description": "ASS/SSA subtitle overlay for videojs",
"repository": {
"type": "git",
"url": "https://github.com/SunnyLi/videojs-ass.git"
},
"bugs": {
"url": "https://github.com/SunnyLi/videojs-ass/issues"
},
"keywords": [
"videojs",
"videojs-plugin",
"subtitle",
"ASS",
"SSA"
],
"license": "Apache-2.0",
"main": "./src/videojs.ass.js",
"dependencies": {
"libjass": "0.11.0"
},
"devDependencies": {
"video.js": "5.x"
}
}