diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..5ed9a1f --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "jquery-brightcove", + "version": "1.0.8", + "homepage": "https://github.com/KanbanSolutions/jquery-brightcove", + "authors": [ + "DJ Gilcrease " + ], + "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" + ] +} diff --git a/jquery-brightcove.jquery.json b/jquery-brightcove.jquery.json index 492e750..d7dd71e 100644 --- a/jquery-brightcove.jquery.json +++ b/jquery-brightcove.jquery.json @@ -10,7 +10,7 @@ "media", "api" ], - "version": "1.0.7", + "version": "1.0.8", "author": { "name": "Kanban Solutions" },