Files
bootstrap/composer.json
Arnold Daniels 44aea10948 Added transitions support check. Fixes #213
This is required to run Jasny Bootrstap standalone.
2016-01-03 19:53:15 -04:00

20 lines
457 B
JSON

{
"name": "jasny/bootstrap"
, "description": "The missing bootstrap components"
, "keywords": ["bootstrap", "css"]
, "homepage": "http://jasny.github.io/bootstrap"
, "authors": [
{
"name": "Arnold Daniels",
"email": "arnold@jasny.net"
}
]
, "support": {
"issues": "https://github.com/jasny/bootstrap/issues"
}
, "license": "Apache-2.0"
, "require": {
"twitter/bootstrap" : ">=3.1.2"
}
}