mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
25 lines
588 B
JSON
25 lines
588 B
JSON
{
|
|
"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": "MIT",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
}
|
|
}
|