package.json 937 B

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