Skip to content

Commit

Permalink
Merge pull request johnculviner#83 from phipps73/issue#79
Browse files Browse the repository at this point in the history
Add bower support fixes issue johnculviner#79
  • Loading branch information
johnculviner committed Feb 18, 2015
2 parents 54f83f7 + 707ed92 commit c1f0c46
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "jquery.filedownload",
"description":"jQuery File Download is a cross server platform compatible jQuery plugin that allows for an Ajax-like file download experience that is not normally possible using the web.",
"version":"1.4.1",
"keywords": [
"download",
"ajax"
],
"main": "src/Scripts/jquery.fileDownload.js",
"ignore": [
"**/.gitignore",
"**/Common",
"**/Content",
"**/Controllers",
"**/Properties",
"**/Scripts/Support",
"**/Views",
"**/Global.asax",
"**/Global.asax.cs",
"**/jquery.fileDownload.csproj",
"**/jquery.fileDownload.sln",
"**/packages.config",
"**/Report.pdf",
"**/Web.config"
],
"dependencies": {
"jquery": ">= 1.6"
}
}

0 comments on commit c1f0c46

Please sign in to comment.