bower.json 948 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "bootstrap-fileinput",
  3. "version": "4.2.3",
  4. "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
  5. "authors": [
  6. "Kartik Visweswaran <kartikv2@gmail.com>"
  7. ],
  8. "description": "An enhanced HTML 5 file input for Bootstrap 3.x with file preview, multiple selection, ajax uploads, and more features.",
  9. "main": [
  10. "./css/fileinput.min.css",
  11. "./js/fileinput.min.js"
  12. ],
  13. "keywords": [
  14. "bootstrap",
  15. "file",
  16. "input",
  17. "preview",
  18. "image",
  19. "upload",
  20. "ajax",
  21. "multiple",
  22. "delete",
  23. "progress",
  24. "gallery"
  25. ],
  26. "dependencies": {
  27. "jquery": ">= 1.9.0",
  28. "bootstrap": ">= 3.0.0"
  29. },
  30. "license": "BSD-3-Clause",
  31. "ignore": [
  32. "**/.*",
  33. "node_modules",
  34. "composer.json",
  35. "examples",
  36. "bower_components",
  37. "test",
  38. "tests"
  39. ]
  40. }