https://github.com/twbs/bootstrap
Raw File
Tip revision: 980d8ea2d828fe1796a423f80d84d526b0252a89 authored by Mark Otto on 19 August 2015, 07:07:59 UTC
docs tweaks for responsive
Tip revision: 980d8ea
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": "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