silverstripe-userforms/composer.json
vikas srivastava 3972b5778e Bug : Removed errors from Composer.json
Contains some minor bugs :

1 - JSON doesn't allow multi line string so making "description" field in single line.

2 - Author Info should contain at-least one author "name" , "email" .
2012-09-29 14:25:25 +05:30

17 lines
396 B
JSON

{
"name": "silverstripe/userforms",
"description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code",
"type": "silverstripe-module",
"keywords": ["silverstripe", "userforms"],
"authors": [
{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}
],
"require":
{
"silverstripe/framework": "3.*"
}
}