twbs--bootstrap/composer.json

26 lines
625 B
JSON
Raw Normal View History

2012-11-16 07:01:21 +00:00
{
"name": "twbs/bootstrap"
2013-08-17 22:58:04 +00:00
, "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development."
2012-11-16 07:01:21 +00:00
, "keywords": ["bootstrap", "css"]
, "homepage": "http://getbootstrap.com"
, "authors": [
{
"name": "Mark Otto",
2013-06-10 12:59:42 +00:00
"email": "markdotto@gmail.com"
},
{
"name": "Jacob Thornton",
2013-06-10 12:59:42 +00:00
"email": "jacobthornton@gmail.com"
}
]
, "support": {
2013-07-25 19:24:13 +00:00
"issues": "https://github.com/twbs/bootstrap/issues"
}
2013-12-18 23:08:16 +00:00
, "license": "MIT"
, "extra": {
"branch-alias": {
2013-11-17 09:24:31 +00:00
"dev-master": "3.0.x-dev"
}
}
2012-11-16 07:01:21 +00:00
}