silverstripe-blog/composer.json
vikas srivastava 95eabca7b8 New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website.

For more information please visit this page http://extension.openbees.org/instructions/
2012-09-21 16:32:11 +05:30

22 lines
510 B
JSON

{
"name": "silverstripe/blog",
"description": "The blog module allows you to post blogs on your SilverStripe.
It includes the ability to post blogs using a site front-end form. Blogs are
summarised on the blog holder page type, with more detail viewable when a specific blog is clicked.
",
"type": "silverstripe-module",
"keywords": ["silverstripe", "blog"],
"authors": [
{
"name": "Saophalkun Ponlu",
},
{
"name": "Carlos Barberis",
}
],
"require":
{
"silverstripe/framework": "3.*"
}
}