You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.bower.json 920B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "version": "3.3.7",
  35. "_release": "3.3.7",
  36. "_resolution": {
  37. "type": "version",
  38. "tag": "v3.3.7",
  39. "commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
  40. },
  41. "_source": "https://github.com/twbs/bootstrap.git",
  42. "_target": "3.3.7",
  43. "_originalSource": "bootstrap"
  44. }