https://github.com/twbs/bootstrap
Revision eec501552016064056c379fb9ae42e93225e6046 authored by Mark Otto on 16 January 2023, 23:51:10 UTC, committed by Mark Otto on 17 January 2023, 00:57:57 UTC
1 parent 436de31
Raw File
Tip revision: eec501552016064056c379fb9ae42e93225e6046 authored by Mark Otto on 16 January 2023, 23:51:10 UTC
Typo
Tip revision: eec5015
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