.bower.json 723 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "jasny-bootstrap",
  3. "version": "3.1.3",
  4. "main": [
  5. "./dist/css/jasny-bootstrap.css",
  6. "./dist/js/jasny-bootstrap.js"
  7. ],
  8. "ignore": [
  9. "**/.*",
  10. "_config.yml",
  11. "CNAME",
  12. "composer.json",
  13. "CONTRIBUTING.md",
  14. "docs",
  15. "js/tests"
  16. ],
  17. "dependencies": {
  18. "jquery": ">= 1.9.0",
  19. "bootstrap": ">= 3.1.0"
  20. },
  21. "homepage": "https://github.com/jasny/bootstrap",
  22. "_release": "3.1.3",
  23. "_resolution": {
  24. "type": "version",
  25. "tag": "v3.1.3",
  26. "commit": "f4705f17fcae6eff441f8b582d6eb72ce9109fc6"
  27. },
  28. "_source": "git://github.com/jasny/bootstrap.git",
  29. "_target": "~3.1.3",
  30. "_originalSource": "jasny-bootstrap",
  31. "_direct": true
  32. }