mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
3972b5778e
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" .
17 lines
396 B
JSON
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.*"
|
|
}
|
|
} |