.bower.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. ".gitignore",
  44. "CONTRIBUTING.md",
  45. "Gruntfile.js",
  46. "README.md",
  47. "composer.json",
  48. "package.json",
  49. "test.html",
  50. "docs"
  51. ],
  52. "version": "1.13.5",
  53. "_release": "1.13.5",
  54. "_resolution": {
  55. "type": "version",
  56. "tag": "v1.13.5",
  57. "commit": "6950fba020673c94dcc60f3250bee1d0a36c9ba6"
  58. },
  59. "_source": "https://github.com/snapappointments/bootstrap-select.git",
  60. "_target": "1.13.*",
  61. "_originalSource": "bootstrap-select"
  62. }