hjg
2024-07-09 30304784e82d4bba24121328da8eb8490aec4f4f
提交 | 用户 | 时间
58d006 1 {
A 2   "name": "blueimp-file-upload",
3   "version": "9.5.4",
4   "title": "jQuery File Upload",
5   "author": {
6     "name": "Sebastian Tschan",
7     "url": "https://blueimp.net"
8   },
9   "licenses": [
10     {
11       "type": "MIT",
12       "url": "http://www.opensource.org/licenses/MIT"
13     }
14   ],
15   "dependencies": {
16     "jquery": ">=1.6"
17   },
18   "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.",
19   "keywords": [
20     "jquery",
21     "file",
22     "upload",
23     "widget",
24     "multiple",
25     "selection",
26     "drag",
27     "drop",
28     "progress",
29     "preview",
30     "cross-domain",
31     "cross-site",
32     "chunk",
33     "resume",
34     "gae",
35     "go",
36     "python",
37     "php",
38     "bootstrap"
39   ],
40   "homepage": "https://github.com/blueimp/jQuery-File-Upload",
41   "docs": "https://github.com/blueimp/jQuery-File-Upload/wiki",
42   "demo": "http://blueimp.github.io/jQuery-File-Upload/",
43   "bugs": "https://github.com/blueimp/jQuery-File-Upload/issues",
44   "maintainers": [
45     {
46       "name": "Sebastian Tschan",
47       "url": "https://blueimp.net"
48     }
49   ]
50 }