bower.json 641 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "bootstrap",
  3. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  4. "keywords": [
  5. "css",
  6. "js",
  7. "less",
  8. "mobile-first",
  9. "responsive",
  10. "front-end",
  11. "framework",
  12. "web"
  13. ],
  14. "homepage": "http://getbootstrap.com",
  15. "license": "MIT",
  16. "moduleType": "globals",
  17. "main": [
  18. "less/bootstrap.less",
  19. "dist/js/bootstrap.js"
  20. ],
  21. "ignore": [
  22. "/.*",
  23. "_config.yml",
  24. "CNAME",
  25. "composer.json",
  26. "CONTRIBUTING.md",
  27. "docs",
  28. "js/tests",
  29. "test-infra"
  30. ],
  31. "dependencies": {
  32. "jquery": "1.9.1 - 3"
  33. }
  34. }