bower.json 524 B

123456789101112131415161718192021222324
  1. {
  2. "name": "bootstrap",
  3. "version": "3.1.1",
  4. "main": [
  5. "./dist/css/bootstrap.css",
  6. "./dist/js/bootstrap.js",
  7. "./dist/fonts/glyphicons-halflings-regular.eot",
  8. "./dist/fonts/glyphicons-halflings-regular.svg",
  9. "./dist/fonts/glyphicons-halflings-regular.ttf",
  10. "./dist/fonts/glyphicons-halflings-regular.woff"
  11. ],
  12. "ignore": [
  13. "**/.*",
  14. "_config.yml",
  15. "CNAME",
  16. "composer.json",
  17. "CONTRIBUTING.md",
  18. "docs",
  19. "js/tests"
  20. ],
  21. "dependencies": {
  22. "jquery": ">= 1.9.0"
  23. }
  24. }