https://github.com/twbs/bootstrap
Revision 220139a89ffc3864bbb6e1b35471667318eadc1f authored by XhmikosR on 23 March 2021, 16:26:54 UTC, committed by GitHub on 23 March 2021, 16:26:54 UTC
1 parent 69b9d63
Raw File
Tip revision: 220139a89ffc3864bbb6e1b35471667318eadc1f authored by XhmikosR on 23 March 2021, 16:26:54 UTC
Release v5.0.0-beta3 (#33439)
Tip revision: 220139a
composer.json
{
  "name": "twbs/bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "keywords": [
    "css",
    "js",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "homepage": "https://getbootstrap.com/",
  "authors": [
    {
      "name": "Mark Otto",
      "email": "markdotto@gmail.com"
    },
    {
      "name": "Jacob Thornton",
      "email": "jacobthornton@gmail.com"
    }
  ],
  "support": {
    "issues": "https://github.com/twbs/bootstrap/issues"
  },
  "license": "MIT",
  "replace": {
    "twitter/bootstrap": "self.version"
  }
}
back to top