https://github.com/twbs/bootstrap
Revision 40ee27afe5f20d8b86a6f552901a560020c8d209 authored by XhmikosR on 22 March 2024, 15:40:09 UTC, committed by GitHub on 22 March 2024, 15:40:09 UTC
1 parent 8dec2c0
Raw File
Tip revision: 40ee27afe5f20d8b86a6f552901a560020c8d209 authored by XhmikosR on 22 March 2024, 15:40:09 UTC
Update main.html
Tip revision: 40ee27a
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