composer.json 719 B

12345678910111213141516171819
  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, ajax uploads, and more.",
  4. "keywords": ["bootstrap", "jquery", "file", "input", "preview", "upload", "image", "multiple", "ajax", "delete", "progress"],
  5. "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
  6. "license": "BSD-3-Clause",
  7. "authors": [
  8. {
  9. "name": "Kartik Visweswaran",
  10. "email": "kartikv2@gmail.com",
  11. "homepage": "http://www.krajee.com/"
  12. }
  13. ],
  14. "autoload": {
  15. "psr-4": {
  16. "kartik\\plugins\\fileinput\\": ""
  17. }
  18. }
  19. }