removed unused jstree plugins
[sgn.git] / js / jqueryfileupload / package.json
blob0d450884be3576d7c5fcf1df8d093082209c3dd6
2     "name": "blueimp-file-upload-jquery-ui",
3     "version": "7.2.1+jquery.ui",
4     "title": "jQuery File Upload - jQuery UI version",
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         "ui"
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": ">=1.8",
52         "blueimp-tmpl": ">=2.1.0",
53         "blueimp-load-image": ">=1.2.3",
54         "blueimp-canvas-to-blob": ">=2.0.5"
55     }