cyberstammtisch-silverstripe/themes/silverstrap/composer.json

47 lines
1.5 KiB
JSON
Executable File

{
"name": "entidi/silverstrap",
"description": "A SilverStripe theme based on Bootstrap front end framework",
"type": "silverstripe-theme",
"homepage": "http://silverstripe.entidi.com/themes/",
"license": "BSD-2-Clause",
"keywords": [
"silverstripe",
"bootstrap",
"silverstrap",
"theme",
"module"
],
"authors": [
{
"name": "Nicola Fontana",
"email": "ntd@entidi.it",
"homepage": "http://www.entidi.com/",
"role": "Developer"
}
],
"support": {
"issues": "https://track.entidi.com/project/view/9/",
"source": "https://track.entidi.com/source/silverstrap/"
},
"require": {
"entidi/silverstrap-module": "^2.0"
},
"extra": {
"screenshots": [
"http://silverstripe.entidi.com/assets/silverstrap.png",
"http://silverstripe.entidi.com/assets/silverstrap-forms.jpeg"
],
"expose": [
"css",
"js",
"fonts"
]
},
"suggest": {
"entidi/silverstrap-cerulean": "Silverstrap customization that uses the Cerulean theme from bootswatch.com",
"entidi/silverstripe-autotoc": "A module compatible with silverstrap that automatically generates table of contents",
"entidi/silverstripe-carousel": "A carousel page type supported out of the box by silverstrap",
"entidi/silverstripe-gallery": "A gallery page type supported out of the box by silverstrap"
}
}