composer.json 632 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "twbs/bootstrap"
  3. , "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development."
  4. , "keywords": ["bootstrap", "css"]
  5. , "homepage": "http://getbootstrap.com"
  6. , "authors": [
  7. {
  8. "name": "Mark Otto",
  9. "email": "markdotto@gmail.com"
  10. },
  11. {
  12. "name": "Jacob Thornton",
  13. "email": "jacobthornton@gmail.com"
  14. }
  15. ]
  16. , "support": {
  17. "issues": "https://github.com/twbs/bootstrap/issues"
  18. }
  19. , "license": "Apache-2.0"
  20. , "extra": {
  21. "branch-alias": {
  22. "dev-master": "3.0.x-dev"
  23. }
  24. }
  25. }