forked from johnculviner/jquery.fileDownload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 694 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "jquery-file-download",
"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.6",
"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"
}
}