package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "bootstrap-fileinput",
  3. "version": "5.5.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 5.x, 4.x, and 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. "file",
  18. "input",
  19. "preview",
  20. "image",
  21. "upload",
  22. "ajax",
  23. "multiple",
  24. "delete",
  25. "progress",
  26. "gallery"
  27. ],
  28. "dependencies": {
  29. "bootstrap": ">= 3.0.0",
  30. "gulp-cli": "^2.3.0",
  31. "gulp-sourcemaps": "^3.0.0",
  32. "jquery": ">= 1.9.0",
  33. "opencollective-postinstall": "^2.0.2"
  34. },
  35. "main": "./js/fileinput.js",
  36. "style": "./css/fileinput.css",
  37. "sass": "scss/fileinput.scss",
  38. "peerDependencies": {
  39. "bootstrap": ">= 3.0.0",
  40. "jquery": ">= 1.9.0"
  41. },
  42. "license": "BSD-3-Clause",
  43. "collective": {
  44. "type": "opencollective",
  45. "url": "https://opencollective.com/bootstrap-fileinput"
  46. },
  47. "scripts": {
  48. "postinstall": "opencollective-postinstall || true",
  49. "js-build": "gulp js-build",
  50. "css-build": "gulp css-compress"
  51. },
  52. "devDependencies": {
  53. "gulp": "^4.0.2",
  54. "gulp-minify-css": "^1.2.4",
  55. "gulp-rename": "^2.0.0",
  56. "gulp-sass": "^5.1.0",
  57. "gulp-uglify": "^3.0.2",
  58. "sass": "^1.64.1"
  59. }
  60. }