bower.json 633 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "bootstrap",
  3. "version": "3.0.3",
  4. "main": [
  5. "./dist/js/bootstrap.js",
  6. "./dist/css/bootstrap.css",
  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. "_*",
  15. "docs-assets",
  16. "examples",
  17. "/fonts",
  18. "js/tests",
  19. "CNAME",
  20. "CONTRIBUTING.md",
  21. "Gruntfile.js",
  22. "browserstack.json",
  23. "composer.json",
  24. "package.json",
  25. "*.html"
  26. ],
  27. "dependencies": {
  28. "jquery": ">= 1.9.0"
  29. }
  30. }