twbs--bootstrap/composer.json

38 lines
743 B
JSON
Raw Normal View History

2012-11-16 02:01:21 -05:00
{
2013-12-20 14:09:51 -05:00
"name": "twbs/bootstrap",
2014-03-03 17:18:22 -05:00
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2014-03-01 15:27:07 -05:00
"keywords": [
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
2014-03-01 15:27:07 -05:00
],
2013-12-20 14:09:51 -05:00
"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": {
2014-10-29 11:56:20 -04:00
"dev-master": "3.3.x-dev"
}
2014-06-05 07:24:56 -04:00
},
"replace": {
"twitter/bootstrap": "self.version"
}
2012-11-16 02:01:21 -05:00
}