mirror of
https://github.com/xbgmsharp/videojs-rotatezoom
synced 2025-10-03 09:49:18 +02:00
feat(Bower): added bower.json and basic .gitignore
This commit is contained in:
parent
f61af3bcc0
commit
8ab9086c85
2 changed files with 30 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
bower_components
|
||||
node_modules
|
28
bower.json
Normal file
28
bower.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue