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": [
|
2014-03-03 17:20:37 -05:00
|
|
|
"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-04-20 15:45:21 -04:00
|
|
|
"dev-master": "3.1.x-dev"
|
2013-06-02 18:25:19 -04:00
|
|
|
}
|
2014-06-05 07:24:56 -04:00
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"twitter/bootstrap": "self.version"
|
2013-10-29 11:14:36 -04:00
|
|
|
}
|
2012-11-16 02:01:21 -05:00
|
|
|
}
|