package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "bootstrap-select",
  3. "title": "bootstrap-select",
  4. "main": "dist/js/bootstrap-select.js",
  5. "description": "The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.",
  6. "version": "1.13.18",
  7. "homepage": "https://developer.snapappointments.com/bootstrap-select",
  8. "author": {
  9. "name": "Casey Holzer",
  10. "url": "https://github.com/caseyjhol"
  11. },
  12. "contributors": [
  13. {
  14. "name": "Silvio Moreto",
  15. "url": "https://github.com/silviomoreto"
  16. },
  17. {
  18. "name": "SnapAppointments, LLC",
  19. "url": "https://snapappointments.com"
  20. }
  21. ],
  22. "repository": {
  23. "type": "git",
  24. "url": "git://github.com/snapappointments/bootstrap-select.git"
  25. },
  26. "license": "MIT",
  27. "dependencies": {},
  28. "peerDependencies": {
  29. "jquery": "1.9.1 - 3",
  30. "bootstrap": ">=3.0.0"
  31. },
  32. "devDependencies": {
  33. "autoprefixer": "^9.7.6",
  34. "grunt": "^1.1.0",
  35. "grunt-banner": "^0.6.0",
  36. "grunt-contrib-clean": "^2.0.0",
  37. "grunt-contrib-compress": "^1.6.0",
  38. "grunt-contrib-concat": "^1.0.1",
  39. "grunt-contrib-copy": "^1.0.0",
  40. "grunt-contrib-csslint": "^2.0.0",
  41. "grunt-contrib-cssmin": "^3.0.0",
  42. "grunt-contrib-less": "^2.0.0",
  43. "grunt-contrib-uglify": "^4.0.1",
  44. "grunt-contrib-watch": "^1.0.0",
  45. "grunt-eslint": "^22.0.0",
  46. "grunt-postcss": "^0.9.0",
  47. "grunt-version": "^2.0.0",
  48. "load-grunt-tasks": "^5.1.0"
  49. },
  50. "browserslist": [
  51. "Android 2.3",
  52. "Android >= 4",
  53. "Chrome >= 20",
  54. "Firefox >= 24",
  55. "Explorer >= 8",
  56. "iOS >= 6",
  57. "Opera >= 12",
  58. "Safari >= 6"
  59. ],
  60. "keywords": [
  61. "javascript",
  62. "jquery",
  63. "form",
  64. "bootstrap",
  65. "dropdown",
  66. "select",
  67. "replacement"
  68. ]
  69. }