package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "bootstrap-fileinput",
  3. "version": "5.0.3",
  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, ajax uploads, and more features.",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/kartik-v/bootstrap-fileinput.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/kartik-v/bootstrap-fileinput/issues"
  15. },
  16. "keywords": [
  17. "file",
  18. "input",
  19. "preview",
  20. "image",
  21. "upload",
  22. "ajax",
  23. "multiple",
  24. "delete",
  25. "progress",
  26. "gallery"
  27. ],
  28. "dependencies": {
  29. "jquery": ">= 1.9.0",
  30. "bootstrap": ">= 3.4.1"
  31. },
  32. "main": "./js/fileinput.js",
  33. "style": "./css/fileinput.css",
  34. "peerDependencies": {
  35. "jquery": ">= 1.9.0",
  36. "bootstrap": ">= 3.0.0"
  37. },
  38. "license": "BSD-3-Clause"
  39. }