Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
[Resolves cowboy#24]
  • Loading branch information
cyril-sf committed Oct 5, 2014
1 parent 21ae0ec commit 9480247
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-resize",
"description": "Bind resize event handlers to elements other than window, for super-awesome-resizing-greatness!",
"version": "0.1.1",
"keywords": [
"jquery",
"resize",
"js"
],
"homepage": "https://github.com/cowboy/jquery-resize",
"authors": [
"Ben Alman"
],
"main": [
"jquery.ba-resize.js"
],
"dependencies": {
"jquery": ">= 1.3.2"
}
}

0 comments on commit 9480247

Please sign in to comment.