Skip to content

Commit

Permalink
Add bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
Dj Gilcrease committed Jan 6, 2014
1 parent 9c9919f commit 8538fbd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions bower.json
@@ -0,0 +1,27 @@
{
"name": "jquery-brightcove",
"version": "1.0.8",
"homepage": "https://github.com/KanbanSolutions/jquery-brightcove",
"authors": [
"DJ Gilcrease <dj.gilcrease@kanbansolutions.com>"
],
"description": "Brightcove MAPI wrapper for jQuery that helps you create custom dynamic solutions that work with the Brightcove Video platform",
"main": "./jquery.brightcove.js",
"keywords": [
"brightcove",
"jquery",
"plugin"
],
"dependencies": {
"jquery": ">=1.7"
},
"license": "MIT",
"ignore": [
"**/.*",
"*.json",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion jquery-brightcove.jquery.json
Expand Up @@ -10,7 +10,7 @@
"media",
"api"
],
"version": "1.0.7",
"version": "1.0.8",
"author": {
"name": "Kanban Solutions"
},
Expand Down

0 comments on commit 8538fbd

Please sign in to comment.