Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyapps committed Mar 15, 2017
1 parent 407d68f commit 7220ffd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "fancybox",
"description": "Touch enabled, responsive and fully customizable jQuery lightbox script",
"keywords": [
"touch",
"responsive",
"lightbox",
"fancybox",
"gallery",
"jQuery",
"plugin"
],
"homepage": "http://fancyapps.com/fancybox/",
"license": "GPL-3.0",
"moduleType": "globals",
"main": [
"dist/jquery.fancybox.min.css",
"dist/jquery.fancybox.min.js"
],
"dependencies": {
"jquery": ">=1.9.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url" : "https://github.com/fancyapps/fancybox.git"
},
"peerDependencies": {
"jquery": ">=1.8.3"
"jquery": ">=1.9.0"
},
"devDependencies": {
"del": "^2.2.2",
Expand Down

0 comments on commit 7220ffd

Please sign in to comment.