composer.json 667 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "twbs/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. "sass",
  8. "mobile-first",
  9. "responsive",
  10. "front-end",
  11. "framework",
  12. "web"
  13. ],
  14. "homepage": "https://getbootstrap.com/",
  15. "authors": [
  16. {
  17. "name": "Mark Otto",
  18. "email": "markdotto@gmail.com"
  19. },
  20. {
  21. "name": "Jacob Thornton",
  22. "email": "jacobthornton@gmail.com"
  23. }
  24. ],
  25. "support": {
  26. "issues": "https://github.com/twbs/bootstrap/issues"
  27. },
  28. "license": "MIT",
  29. "replace": {
  30. "twitter/bootstrap": "self.version"
  31. }
  32. }