composer.json 445 B

12345678910111213141516
  1. {
  2. "name": "drupal/honeypot",
  3. "description": "Mitigates spam form submissions using the honeypot method.",
  4. "type": "drupal-module",
  5. "license": "GPL-2.0+",
  6. "keywords": ["spam", "php", "form", "honeypot", "honeytrap", "deterrent"],
  7. "homepage": "https://www.drupal.org/project/honeypot",
  8. "minimum-stability": "dev",
  9. "authors": [
  10. {
  11. "name": "Jeff Geerling",
  12. "email": "geerlingguy@mac.com"
  13. }
  14. ],
  15. "require": { }
  16. }