Skip to content

Commit

Permalink
Merge pull request fancyapps#701 from kidwm/master
Browse files Browse the repository at this point in the history
Create bower.json
  • Loading branch information
fancyapps committed Sep 16, 2013
2 parents 00c0e9b + e066d78 commit 535993d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "fancybox",
"version": "2.1.5",
"main": ["source/jquery.fancybox.css","source/jquery.fancybox.js"],
"ignore": [
"**/.*",
"*.json",
"demo"
],
"dependencies": {
"jquery": "~1.10",
"jquery-mousewheel": "~3.1.3"
}
}

0 comments on commit 535993d

Please sign in to comment.