Revision 5b137e5857e5acc7ec8ebe6df6c6e311fa404f08 authored by Mark Otto on 30 November 2013, 07:46:35 UTC, committed by Mark Otto on 30 November 2013, 07:46:35 UTC
2 parent s f7b7cc3 + 283c86d
Raw File
composer.json
{
    "name": "twbs/bootstrap"
  , "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development."
  , "keywords": ["bootstrap", "css"]
  , "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": "Apache-2.0"
  , "extra": {
      "branch-alias": {
        "dev-master": "3.0.x-dev"
      }
  }
}
back to top