https://github.com/twbs/bootstrap
Revision 08e0f239299b460dc46ff4d86d57efdacf5a9334 authored by Chris Rebert on 01 March 2015, 22:32:31 UTC, committed by Chris Rebert on 01 March 2015, 22:32:31 UTC
[Docs / README] Fix URL to match the plugin keyword recommendation
2 parent s a15baba + 673cd67
Raw File
Tip revision: 08e0f239299b460dc46ff4d86d57efdacf5a9334 authored by Chris Rebert on 01 March 2015, 22:32:31 UTC
Merge pull request #15965 from kkirsche/fixURL
Tip revision: 08e0f23
composer.json
{
  "name": "twbs/bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "keywords": [
    "css",
    "js",
    "less",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "homepage": "http://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",
  "extra": {
    "branch-alias": {
      "dev-master": "3.3.x-dev"
    }
  },
  "replace": {
    "twitter/bootstrap": "self.version"
  }
}
back to top