hjg
2024-07-09 30304784e82d4bba24121328da8eb8490aec4f4f
提交 | 用户 | 时间
58d006 1 {
A 2     "name": "blueimp-file-upload",
3     "version": "8.8.5",
4     "title": "jQuery File Upload",
5     "description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.",
6     "keywords": [
7         "jquery",
8         "file",
9         "upload",
10         "widget",
11         "multiple",
12         "selection",
13         "drag",
14         "drop",
15         "progress",
16         "preview",
17         "cross-domain",
18         "cross-site",
19         "chunk",
20         "resume",
21         "gae",
22         "go",
23         "python",
24         "php",
25         "bootstrap"
26     ],
27     "homepage": "https://github.com/blueimp/jQuery-File-Upload",
28     "author": {
29         "name": "Sebastian Tschan",
30         "url": "https://blueimp.net"
31     },
32     "maintainers": [
33         {
34             "name": "Sebastian Tschan",
35             "url": "https://blueimp.net"
36         }
37     ],
38     "repository": {
39         "type": "git",
40         "url": "git://github.com/blueimp/jQuery-File-Upload.git"
41     },
42     "bugs": "https://github.com/blueimp/jQuery-File-Upload/issues",
43     "licenses": [
44         {
45             "type": "MIT",
46             "url": "http://www.opensource.org/licenses/MIT"
47         }
48     ],
49     "dependencies": {
50         "jquery": ">=1.6",
51         "blueimp-tmpl": ">=2.3.0",
52         "blueimp-load-image": ">=1.9.1",
53         "blueimp-canvas-to-blob": ">=2.0.7"
54     },
55     "main": [
56         "js/vendor/jquery.ui.widget.js",
57         "js/jquery.fileupload-angular.js",
58         "js/jquery.fileupload-audio.js",
59         "js/jquery.fileupload-image.js",
60         "js/jquery.fileupload-process.js",
61         "js/jquery.fileupload-ui.js",
62         "js/jquery.fileupload-validate.js",
63         "js/jquery.fileupload-video.js",
64         "js/jquery.fileupload.js",
65         "js/jquery.iframe-transport.js"
66     ]
67 }