package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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.9",
  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": "^4.0.0",
  44. "grunt-contrib-watch": "^1.0.0",
  45. "grunt-eslint": "^21.0.0",
  46. "grunt-version": "^1.1.1",
  47. "load-grunt-tasks": "^4.0.0"
  48. },
  49. "keywords": [
  50. "javascript",
  51. "jquery",
  52. "form",
  53. "bootstrap",
  54. "dropdown",
  55. "select",
  56. "replacement"
  57. ]
  58. }