composer.json 708 B

1234567891011121314151617181920
  1. {
  2. "name": "kartik-v/bootstrap-fileinput",
  3. "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, and more.",
  4. "keywords": ["bootstrap", "jquery", "file", "input", "preview", "upload", "image", "multiple"],
  5. "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
  6. "license": "BSD 3-Clause",
  7. "authors": [
  8. {
  9. "name": "Kartik Visweswaran",
  10. "email": "[email protected]",
  11. "homepage": "http://www.krajee.com/"
  12. }
  13. ],
  14. "minimum-stability": "stable",
  15. "autoload": {
  16. "psr-4": {
  17. "kartik\\plugins\\fileinput\\": ""
  18. }
  19. }
  20. }