https://github.com/twbs/bootstrap
Revision 457885075f8fa004f3a190efdcf381af218e1bb7 authored by Steven Black on 25 February 2015, 02:00:37 UTC, committed by XhmikosR on 03 March 2015, 16:22:09 UTC
1 parent 420a808
Raw File
Tip revision: 457885075f8fa004f3a190efdcf381af218e1bb7 authored by Steven Black on 25 February 2015, 02:00:37 UTC
Javascript docs: Accessibility and cosmetic changes to headings.
Tip revision: 4578850
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