
| Current Path : /var/www/html/12park/web/modules/contrib/honeypot/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/12park/web/modules/contrib/honeypot/composer.json |
{
"name": "drupal/honeypot",
"description": "Mitigates spam form submissions using the honeypot method.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"keywords": ["spam", "php", "form", "honeypot", "honeytrap", "deterrent"],
"homepage": "https://www.drupal.org/project/honeypot",
"minimum-stability": "dev",
"authors": [
{
"name": "Jeff Geerling",
"email": "geerlingguy@mac.com"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/honeypot",
"source": "https://git.drupalcode.org/project/honeypot"
},
"require": {
"drupal/core": "^10.3 || ^11"
},
"require-dev": {
"drupal/rules": "^4.0",
"drupal/webform": "^6.2"
}
}