package.json 988 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "bootstrap-fileinput",
  3. "version": "4.2.8",
  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. "main": [
  17. "./css/fileinput.min.css",
  18. "./js/fileinput.min.js"
  19. ],
  20. "keywords": [
  21. "bootstrap",
  22. "file",
  23. "input",
  24. "preview",
  25. "image",
  26. "upload",
  27. "ajax",
  28. "multiple",
  29. "delete",
  30. "progress",
  31. "gallery"
  32. ],
  33. "dependencies": {
  34. "jquery": ">= 1.9.0",
  35. "bootstrap": "~3"
  36. },
  37. "license": "BSD-3-Clause"
  38. }