.bower.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "_release": "3.3.4",
  40. "_resolution": {
  41. "type": "version",
  42. "tag": "v3.3.4",
  43. "commit": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f"
  44. },
  45. "_source": "git://github.com/twbs/bootstrap.git",
  46. "_target": "~3.3.4",
  47. "_originalSource": "bootstrap",
  48. "_direct": true
  49. }