Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from hakkiplaten/patch-1
Browse files Browse the repository at this point in the history
Create bower.json
  • Loading branch information
potench committed Apr 4, 2016
2 parents 5a8c530 + cc7082d commit 88ebba0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

{
"name": "jquery-oembed-all",
"version": "0.9RC1",
"homepage": "https://github.com/nfl/jquery-oembed-all",
"authors": [
"National Football League <[email protected]>"
],
"description": "Use native oEmbed services when possible.",
"main": "jquery.oembed.js",
"license": "MIT",
"ignore": [
"examples",
"*.md",
"CHANGELOG"
],
"dependencies": {
"jquery": ">=1.4.3"
}
}

0 comments on commit 88ebba0

Please sign in to comment.