mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
c306e963e8
This section is meaningless and doesn't serve any purpose.
32 lines
667 B
JSON
32 lines
667 B
JSON
{
|
|
"name": "twbs/bootstrap",
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
|
"keywords": [
|
|
"css",
|
|
"js",
|
|
"sass",
|
|
"mobile-first",
|
|
"responsive",
|
|
"front-end",
|
|
"framework",
|
|
"web"
|
|
],
|
|
"homepage": "https://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",
|
|
"replace": {
|
|
"twitter/bootstrap": "self.version"
|
|
}
|
|
}
|