bower.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "blueimp-file-upload",
  3. "version": "9.18.0",
  4. "title": "jQuery File Upload",
  5. "description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images.",
  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. "license": "MIT",
  44. "dependencies": {
  45. "jquery": ">=1.6",
  46. "blueimp-tmpl": ">=2.5.4",
  47. "blueimp-load-image": ">=1.13.0",
  48. "blueimp-canvas-to-blob": ">=2.1.1"
  49. },
  50. "main": [
  51. "js/jquery.fileupload.js"
  52. ],
  53. "ignore": [
  54. "/*.*",
  55. "/cors",
  56. "css/demo-ie8.css",
  57. "css/demo.css",
  58. "css/style.css",
  59. "js/app.js",
  60. "js/main.js",
  61. "server",
  62. "test"
  63. ]
  64. }