https://github.com/twbs/bootstrap
Revision b6df4a539407623fb17b878e00eec7fc185da4c5 authored by XhmikosR on 03 August 2021, 11:07:25 UTC, committed by GitHub on 03 August 2021, 11:07:25 UTC
1 parent fc6cf9b
Raw File
Tip revision: b6df4a539407623fb17b878e00eec7fc185da4c5 authored by XhmikosR on 03 August 2021, 11:07:25 UTC
Regenerate package-lock.json (#34659)
Tip revision: b6df4a5
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