Skip to content

Commit

Permalink
add bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
rickeyvisinski-kanban committed Dec 5, 2013
1 parent b4a2de4 commit 6e1b045
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "jquery.simplemodal",
"version": "1.4.5",
"homepage": "https://github.com/ericmmartin/simplemodal",
"authors": [
"Eric Martin <eric@ericmmartin.com>"
],
"description": "SimpleModal is a lightweight jQuery plugin that provides a simple interface to create a modal dialog",
"main": "./src/jquery.simplemodal.js",
"keywords": [
"modal",
"overlay",
"dialog"
],
"license": "GPL",
"dependencies": {
"jquery": ">=1.3.0"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 6e1b045

Please sign in to comment.