package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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.5",
  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. "grunt": "^1.0.1",
  34. "grunt-autoprefixer": "^3.0.4",
  35. "grunt-banner": "^0.6.0",
  36. "grunt-contrib-clean": "^1.0.0",
  37. "grunt-contrib-compress": "^1.3.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": "^2.2.1",
  42. "grunt-contrib-less": "^2.0.0",
  43. "grunt-contrib-uglify": "^3.4.0",
  44. "grunt-contrib-watch": "^1.0.0",
  45. "grunt-eslint": "^21.0.0",
  46. "grunt-umd": "^3.0.0",
  47. "grunt-version": "^1.1.1",
  48. "load-grunt-tasks": "^4.0.0"
  49. },
  50. "keywords": [
  51. "javascript",
  52. "jquery",
  53. "form",
  54. "bootstrap",
  55. "dropdown",
  56. "select",
  57. "replacement"
  58. ]
  59. }