mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
37 lines
743 B
JSON
37 lines
743 B
JSON
{
|
|
"name": "twbs/bootstrap",
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
|
"keywords": [
|
|
"css",
|
|
"js",
|
|
"less",
|
|
"mobile-first",
|
|
"responsive",
|
|
"front-end",
|
|
"framework",
|
|
"web"
|
|
],
|
|
"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": {
|
|
"dev-master": "3.1.x-dev"
|
|
}
|
|
},
|
|
"replace": {
|
|
"twitter/bootstrap": "self.version"
|
|
}
|
|
}
|