.bower.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "bootstrap-select",
  3. "description": "The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.",
  4. "main": [
  5. "./less/bootstrap-select.less",
  6. "./dist/css/bootstrap-select.css",
  7. "./dist/js/bootstrap-select.js"
  8. ],
  9. "homepage": "https://developer.snapappointments.com/bootstrap-select",
  10. "authors": [
  11. {
  12. "name": "Casey Holzer",
  13. "homepage": "https://github.com/caseyjhol"
  14. },
  15. {
  16. "name": "Silvio Moreto",
  17. "homepage": "https://github.com/silviomoreto"
  18. },
  19. {
  20. "name": "SnapAppointments, LLC",
  21. "homepage": "https://snapappointments.com"
  22. }
  23. ],
  24. "repository": {
  25. "type": "git",
  26. "url": "git://github.com/snapappointments/bootstrap-select.git"
  27. },
  28. "keywords": [
  29. "javascript",
  30. "jquery",
  31. "form",
  32. "bootstrap",
  33. "dropdown",
  34. "select",
  35. "replacement"
  36. ],
  37. "dependencies": {
  38. "jquery": "1.9.1 - 3",
  39. "bootstrap": ">=3.0.0"
  40. },
  41. "license": "MIT",
  42. "ignore": [
  43. ".eslintignore",
  44. ".gitignore",
  45. "CONTRIBUTING.md",
  46. "Gruntfile.js",
  47. "composer.json",
  48. ".github",
  49. "docs",
  50. "js",
  51. "!dist/js",
  52. "nuget",
  53. "tests"
  54. ],
  55. "version": "1.13.18",
  56. "_release": "1.13.18",
  57. "_resolution": {
  58. "type": "version",
  59. "tag": "v1.13.18",
  60. "commit": "6c4c75f61e69ca54d5ab557a2b90ffdccf1c63cd"
  61. },
  62. "_source": "https://github.com/snapappointments/bootstrap-select.git",
  63. "_target": "~1.13.18",
  64. "_originalSource": "bootstrap-select"
  65. }