This commit is contained in:
Juan Carlos Valerio Barreto 2017-02-22 07:31:53 +00:00 committed by GitHub
commit 0ea053a407

33
composer.json Normal file
View File

@ -0,0 +1,33 @@
{
"name": "jcvb/bootstrap-material",
"description": "Material design theme for Bootstrap 3 ",
"keywords": [
"material",
"design",
"bootstrap",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "https://github.com/FezVrasta/bootstrap-material-design",
"authors": [
{
"name": "JC Valerio",
"email": "jc.valerio.b@gmail.com"
}
],
"support": {
"issues": "https://github.com/FezVrasta/bootstrap-material-design/issues"
},
"license": "MIT",
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
}
},
"replace": {
"jcvb/bootstrap-material": "self.version"
}
}