bower.json 692 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "bootstrap-fileinput",
  3. "version": "1.0.0",
  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, and more features.",
  9. "main": [
  10. "./css/fileinput.min.css",
  11. "./js/fileinput.min.js"
  12. ],
  13. "keywords": [
  14. "bootstrap",
  15. "star",
  16. "rating"
  17. ],
  18. "dependencies": {
  19. "jquery": ">= 1.9.0",
  20. "bootstrap": ">= 3.0.0"
  21. },
  22. "license": "BSD-3",
  23. "ignore": [
  24. "**/.*",
  25. "node_modules",
  26. "composer.json",
  27. "examples",
  28. "bower_components",
  29. "test",
  30. "tests"
  31. ]
  32. }