1
0
Fork 0
mirror of https://github.com/xbgmsharp/videojs-rotatezoom synced 2025-10-03 01:39:17 +02:00

feat(Bower): added bower.json and basic .gitignore

This commit is contained in:
Blake Edwards 2016-09-09 19:29:13 -04:00
parent f61af3bcc0
commit 8ab9086c85
2 changed files with 30 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
bower_components
node_modules

28
bower.json Normal file
View 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"
}
}