forked from johnculviner/jquery.fileDownload
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bower support fixes issue johnculviner#79
Signed-off-by: Dave Phipps <[email protected]>
- Loading branch information
Dave Phipps
committed
Feb 17, 2015
1 parent
54f83f7
commit 707ed92
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |