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

Create bower.json #39

Merged
merged 2 commits into from Apr 4, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

{
"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": [
"**/.*",
"node_modules",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs a couple Updates

  • jquery should be included as a dependency
  • node_modules, bower_components and test(s) don't need to be ignored cause they don't exist in this module. You should instead ignore examples/, *.md, and CHANGELOG.

"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.4.3"
}
}