bower.json 855 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "bootstrap-fileinput",
  3. "version": "4.0.0",
  4. "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
  5. "authors": [
  6. "Kartik Visweswaran <[email protected]>"
  7. ],
  8. "description": "An enhanced HTML 5 file input for Bootstrap 3.x with file preview, multiple selection, 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. "multiple"
  21. ],
  22. "dependencies": {
  23. "jquery": ">= 1.9.0",
  24. "bootstrap": ">= 3.0.0"
  25. },
  26. "license": "BSD-3",
  27. "ignore": [
  28. "**/.*",
  29. "node_modules",
  30. "composer.json",
  31. "examples",
  32. "bower_components",
  33. "test",
  34. "tests"
  35. ]
  36. }