.bower.json 683 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "select2-bootstrap-css",
  3. "version": "1.4.6",
  4. "main": [
  5. "select2-bootstrap.css"
  6. ],
  7. "ignore": [
  8. "**/.*",
  9. "node_modules",
  10. "components"
  11. ],
  12. "dependencies": {
  13. "select2": "^3.3.2"
  14. },
  15. "devDependencies": {
  16. "bootstrap": "~3.3.0",
  17. "bootstrap-sass-official": "3.3.3",
  18. "respond": "~1.4.2"
  19. },
  20. "homepage": "https://github.com/t0m/select2-bootstrap-css",
  21. "_release": "1.4.6",
  22. "_resolution": {
  23. "type": "version",
  24. "tag": "v1.4.6",
  25. "commit": "2003cb5df5c4e9bbbfbb37bc103e57456174b343"
  26. },
  27. "_source": "git://github.com/t0m/select2-bootstrap-css.git",
  28. "_target": "~1.4.6",
  29. "_originalSource": "select2-bootstrap-css"
  30. }