silverstripe-blog/composer.json

21 lines
682 B
JSON
Raw Normal View History

{
2013-10-10 01:27:57 +02:00
"name": "micmania1/silverstripe-blog",
"description": "A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.",
2013-08-11 01:33:59 +02:00
"keywords": ["silverstripe", "blog", "news"],
"type": "silverstripe-module",
"require": {
2013-10-10 01:22:12 +02:00
"silverstripe/cms": "~3.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."
}
}