.bower.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "bootstrap",
  3. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  4. "version": "3.2.0",
  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. ],
  25. "ignore": [
  26. ".*",
  27. "_config.yml",
  28. "CNAME",
  29. "composer.json",
  30. "CONTRIBUTING.md",
  31. "docs",
  32. "js/tests",
  33. "test-infra"
  34. ],
  35. "dependencies": {
  36. "jquery": ">= 1.9.0"
  37. },
  38. "_release": "3.2.0",
  39. "_resolution": {
  40. "type": "version",
  41. "tag": "v3.2.0",
  42. "commit": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
  43. },
  44. "_source": "git://github.com/twbs/bootstrap.git",
  45. "_target": ">=2.3.2",
  46. "_originalSource": "bootstrap"
  47. }