bower.json 942 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "bootstrap",
  3. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  4. "version": "3.3.4",
  5. "keywords": [
  6. "css",
  7. "js",
  8. "less",
  9. "mobile-first",
  10. "responsive",
  11. "front-end",
  12. "framework",
  13. "web"
  14. ],
  15. "homepage": "http://getbootstrap.com",
  16. "main": [
  17. "less/bootstrap.less",
  18. "dist/css/bootstrap.css",
  19. "dist/js/bootstrap.js",
  20. "dist/fonts/glyphicons-halflings-regular.eot",
  21. "dist/fonts/glyphicons-halflings-regular.svg",
  22. "dist/fonts/glyphicons-halflings-regular.ttf",
  23. "dist/fonts/glyphicons-halflings-regular.woff",
  24. "dist/fonts/glyphicons-halflings-regular.woff2"
  25. ],
  26. "ignore": [
  27. "/.*",
  28. "_config.yml",
  29. "CNAME",
  30. "composer.json",
  31. "CONTRIBUTING.md",
  32. "docs",
  33. "js/tests",
  34. "test-infra"
  35. ],
  36. "dependencies": {
  37. "jquery": ">= 1.9.1"
  38. }
  39. }