.bower.json 652 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "multiselect",
  3. "version": "2.5.2",
  4. "homepage": "https://github.com/crlcu/multiselect",
  5. "authors": [
  6. "Adrian Crisan <adrian.crisan88@gmail.com>"
  7. ],
  8. "description": "jQuery multiselect plugin with two sides",
  9. "main": "dist/js/multiselect.min.js",
  10. "keywords": [
  11. "multiselect"
  12. ],
  13. "license": "MIT",
  14. "dependencies": {
  15. "jquery": ">= 1.7"
  16. },
  17. "_release": "2.5.2",
  18. "_resolution": {
  19. "type": "version",
  20. "tag": "v2.5.2",
  21. "commit": "5d850b4a2992dbab1cf913559da0d2398f5db30f"
  22. },
  23. "_source": "https://github.com/crlcu/multiselect.git",
  24. "_target": "2.5.*",
  25. "_originalSource": "multiselect-two-sides"
  26. }