.bower.json 688 B

123456789101112131415161718192021222324
  1. {
  2. "name": "select2",
  3. "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
  4. "main": [
  5. "dist/js/select2.js",
  6. "src/scss/core.scss"
  7. ],
  8. "license": "MIT",
  9. "repository": {
  10. "type": "git",
  11. "url": "git@github.com:select2/select2.git"
  12. },
  13. "homepage": "https://github.com/ivaynberg/select2",
  14. "version": "4.0.5",
  15. "_release": "4.0.5",
  16. "_resolution": {
  17. "type": "version",
  18. "tag": "4.0.5",
  19. "commit": "ebf10c93db7d6d7a0d1330119d4c6f32cbd231d7"
  20. },
  21. "_source": "https://github.com/ivaynberg/select2.git",
  22. "_target": "^4.0.3",
  23. "_originalSource": "select2"
  24. }