composer.json 620 B

12345678910111213141516171819
  1. {
  2. "name": "kartik-v/bootstrap-fileinput",
  3. "description": "An enhanced HTML 5 file input for Bootstrap 3.x with file preview, multiple selection, and more features.",
  4. "keywords": ["bootstrap", "jquery", "file", "input", "preview", "upload", "image"],
  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. "autoload": {
  15. "psr-4": {
  16. "kartik\\": ""
  17. }
  18. }
  19. }