Files
bootstrap/composer.json
2013-11-01 20:06:32 +01:00

26 lines
632 B
JSON

{
"name": "jasny/bootstrap"
, "description": "An extended version of Twitter Bootstrap"
, "keywords": ["bootstrap", "css"]
, "homepage": "http://jasny.github.io/bootstrap"
, "authors": [
{
"name": "Arnold Daniels",
"email": "arnold@jasny.net"
},
{
"name": "Mark Otto",
"email": "markdotto@gmail.com"
},
{
"name": "Jacob Thornton",
"email": "jacobthornton@gmail.com"
}
]
, "support": {
"issues": "https://github.com/jasny/bootstrap/issues"
}
, "license": "Apache-2.0"
, "replace": { "twitter/bootstrap" : "3.0.0" }
}