Skip to content

Commit

Permalink
Added bower.json (fix #68)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Jan 14, 2014
1 parent ac052dd commit 95bfae2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "jquery-modal",
"version": "0.5.4",
"main": [
"jquery.modal.js",
"jquery.modal.css",
"close.png",
"spinner.gif"
],
"homepage": "https://github.com/kylefox/jquery-modal",
"authors": [
"Kyle Fox <[email protected]>"
],
"description": "A lightweight and easy to use modal plugin for jQuery.",
"keywords": [
"jquery",
"modal"
],
"dependencies": {
"jquery": "~1.8.0"
},
"license": "MIT"
}

0 comments on commit 95bfae2

Please sign in to comment.