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

Commit 88ebba0

Browse files
committed
Merge pull request #39 from hakkiplaten/patch-1
Create bower.json
2 parents 5a8c530 + cc7082d commit 88ebba0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

bower.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
{
3+
"name": "jquery-oembed-all",
4+
"version": "0.9RC1",
5+
"homepage": "https://github.com/nfl/jquery-oembed-all",
6+
"authors": [
7+
"National Football League <[email protected]>"
8+
],
9+
"description": "Use native oEmbed services when possible.",
10+
"main": "jquery.oembed.js",
11+
"license": "MIT",
12+
"ignore": [
13+
"examples",
14+
"*.md",
15+
"CHANGELOG"
16+
],
17+
"dependencies": {
18+
"jquery": ">=1.4.3"
19+
}
20+
}

0 commit comments

Comments
 (0)