1
0
Fork 0
mirror of https://github.com/xbgmsharp/videojs-rotatezoom synced 2025-10-03 01:39:17 +02:00
videojs-rotatezoom/bower.json
2016-09-09 19:29:13 -04:00

28 lines
607 B
JSON

{
"name": "videojs-rotatezoom",
"homepage": "https://github.com/xbgmsharp/videojs-rotatezoom",
"description": "plugin that allows you to set the Zoom level and a rotation for video and poster with video.js",
"main": "src/videojs.zoomrotate.js",
"keywords": [
"videojs",
"video.js",
"rotatezoom",
"zoom",
"rotate",
"video"
],
"authors": [
"xbgmsharp <https://github.com/xbgmsharp>"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"video.js": "^5.13.0"
}
}