0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00
Bootstrap/composer.json

28 lines
578 B
JSON
Raw Normal View History

2012-11-16 08:01:21 +01:00
{
2013-12-20 20:09:51 +01:00
"name": "twbs/bootstrap",
2014-03-03 23:18:22 +01:00
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
2014-03-01 21:27:07 +01:00
"keywords": [
"css"
],
2013-12-20 20:09:51 +01: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": {
"dev-master": "3.0.x-dev"
}
}
2012-11-16 08:01:21 +01:00
}