bootswatch
Version:
Bootswatch is a collection of themes for Bootstrap.
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "thomaspark/bootswatch",
"description": "Themes for Bootstrap",
"license": "MIT",
"authors": [
{
"name": "thomaspark",
"email": "thomas@bootswatch.com"
}
],
"type": "component",
"suggest": {
"robloach/component-installer": "Allows installation of Components via Composer"
},
"extra": {
"component": {
"name": "bootswatch",
"files": [
"README.md",
"LICENSE",
"amelia/*",
"cerulean/*",
"cosmo/*",
"cyborg/*",
"darkly/*",
"flatly/*",
"fonts/*",
"journal/*",
"lumen/*",
"paper/*",
"readable/*",
"sandstone/*",
"simplex/*",
"slate/*",
"spacelab/*",
"superhero/*",
"united/*",
"yeti/*"
]
}
}
}