mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
22 lines
734 B
JSON
Executable File
22 lines
734 B
JSON
Executable File
{
|
|
"name": "micmania1/silverstripe-blog",
|
|
"description": "A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.",
|
|
"keywords": ["silverstripe", "blog", "news"],
|
|
"type": "silverstripe-module",
|
|
"require": {
|
|
"silverstripe/cms": "^3.1.0",
|
|
"micmania1/silverstripe-lumberjack": "~1.1"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Michael Strong",
|
|
"email": "github@michaelstrong.co.uk"
|
|
}
|
|
],
|
|
"suggest": {
|
|
"silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module.",
|
|
"silverstripe/comments": "This module adds comments to your blog."
|
|
}
|
|
}
|