File diff 81062ec426ce → ecd9ba4a37ca
bootstrap-3.0.0/composer.json
Show inline comments
 
new file 100644
 
{
 
    "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"
 
}