30 lines
655 B
JSON
Executable File
30 lines
655 B
JSON
Executable File
{
|
|
"name": "janvince/smallcontactform-plugin",
|
|
"description": "Simple but flexible multi language contact form builder with custom fields, validation and passive antispam",
|
|
"homepage": "http://www.vince.cz",
|
|
"type": "october-plugin",
|
|
"keywords": [
|
|
"october",
|
|
"cms",
|
|
"octobercms",
|
|
"laravel",
|
|
"contact",
|
|
"form"
|
|
],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jan Vince"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/jan-vince/smallcontactform/issues"
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"composer/installers": "~1.0",
|
|
"google/recaptcha": "^1.2@dev"
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|