diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..50a0e5a --- /dev/null +++ b/bower.json @@ -0,0 +1,20 @@ + +{ + "name": "jquery-oembed-all", + "version": "0.9RC1", + "homepage": "https://github.com/nfl/jquery-oembed-all", + "authors": [ + "National Football League " + ], + "description": "Use native oEmbed services when possible.", + "main": "jquery.oembed.js", + "license": "MIT", + "ignore": [ + "examples", + "*.md", + "CHANGELOG" + ], + "dependencies": { + "jquery": ">=1.4.3" + } +}