2 "name": "blueimp-file-upload",
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.",
27 "homepage": "https://github.com/blueimp/jQuery-File-Upload",
29 "name": "Sebastian Tschan",
30 "url": "https://blueimp.net"
34 "url": "git://github.com/blueimp/jQuery-File-Upload.git"
40 "optionalDependencies": {
41 "blueimp-canvas-to-blob": "3",
42 "blueimp-load-image": "5",
47 "eslint-config-blueimp": "2",
48 "eslint-config-prettier": "8",
49 "eslint-plugin-jsdoc": "36",
50 "eslint-plugin-prettier": "4",
53 "stylelint-config-prettier": "8",
54 "stylelint-config-recommended": "5"
58 "stylelint-config-recommended",
59 "stylelint-config-prettier"
70 "plugin:jsdoc/recommended",
71 "plugin:prettier/recommended"
82 "arrowParens": "avoid",
83 "proseWrap": "always",
85 "trailingComma": "none"
88 "lint": "stylelint '**/*.css' && eslint .",
89 "unit": "docker-compose run --rm mocha",
90 "wdio": "docker-compose run --rm wdio",
91 "test": "npm run lint && npm run unit && npm run wdio && npm run wdio -- conf/firefox.js",
92 "posttest": "docker-compose down -v",
93 "preversion": "npm test",
94 "postversion": "git push --tags origin master && npm publish"
97 "css/jquery.fileupload-noscript.css",
98 "css/jquery.fileupload-ui-noscript.css",
99 "css/jquery.fileupload-ui.css",
100 "css/jquery.fileupload.css",
102 "img/progressbar.gif",
103 "js/cors/jquery.postmessage-transport.js",
104 "js/cors/jquery.xdr-transport.js",
105 "js/vendor/jquery.ui.widget.js",
106 "js/jquery.fileupload-audio.js",
107 "js/jquery.fileupload-image.js",
108 "js/jquery.fileupload-process.js",
109 "js/jquery.fileupload-ui.js",
110 "js/jquery.fileupload-validate.js",
111 "js/jquery.fileupload-video.js",
112 "js/jquery.fileupload.js",
113 "js/jquery.iframe-transport.js"
115 "main": "js/jquery.fileupload.js"