silverstripe-mathspamprotec.../composer.json
vikas srivastava c1b661c692 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.
2012-09-29 15:06:59 +05:30

18 lines
543 B
JSON

{
"name": "silverstripe/mathspamprotection",
"description": "This module provides a simple math protection mechanism for prevent spam from your forms.Includes an EditableMathSpamField to integrate with the UserForms module.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "spamprotection", "mathspamprotection"],
"authors": [
{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}
],
"minimum-stability": "dev",
"require":
{
"silverstripe/framework": "3.*",
"silverstripe/spamprotection": "dev-master"
}
}