twbs--bootstrap-sass/composer.json

36 lines
854 B
JSON

{
"name": "twbs/bootstrap-sass",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"keywords": ["bootstrap", "css", "sass"],
"homepage": "http://github.com/twbs/bootstrap-sass",
"authors": [
{
"name": "Thomas McDonald"
},
{
"name": "Tristan Harward"
},
{
"name": "Peter Gumeson"
},
{
"name": "Gleb Mazovetskiy"
},
{
"name": "Mark Otto"
},
{
"name": "Jacob Thornton"
}
],
"support": {
"issues": "https://github.com/twbs/bootstrap-sass/issues"
},
"license": "MIT",
"extra": {
"branch-alias": {
"dev-master": "3.4.x-dev"
}
}
}