https://github.com/twbs/bootstrap
Raw File
Tip revision: 9376a7c221a64c2bf508d02ea2ccd85748d10fcc authored by Mark Otto on 08 December 2012, 20:57:21 UTC
Fixes #5729: Nested striped tables
Tip revision: 9376a7c
composer.json
{
    "name": "twitter/bootstrap"
  , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
  , "keywords": ["bootstrap", "css"]
  , "homepage": "http://twitter.github.com/bootstrap/"
  , "author": "Twitter Inc."
  , "license": "Apache-2.0"
  , "target-dir": "twitter/bootstrap"

}
back to top