text changes to registration mail content
[namibia] / public / scripts / blueimp-jQuery-File-Upload / package.json
1 {
2     "name": "blueimp-file-upload",
3     "version": "6.7.0",
4     "title": "jQuery File Upload",
5     "description": "File Upload widget with multiple file selection, drag&drop support, progress bars and preview images for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go 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         "jquery.ui.widget": ">=1.8",
52         "blueimp-tmpl": ">=2.1.0",
53         "blueimp-load-image": ">=1.1.6",
54         "blueimp-canvas-to-blob": ">=2.0.0"
55     }
56 }