{
  "name": "clarknelson/craft-recaptcha-3",
  "description": "Verifies via Google the site and secret codes required to verify humanity through reCAPTCHA v3.",
  "type": "craft-plugin",
  "version": "1.0.16",
  "keywords": [
    "craft",
    "cms",
    "craftcms",
    "craft-plugin",
    "craft recaptcha 3",
    "forms",
    "contact",
    "security",
    "recaptcha",
    "captcha",
    "spam",
    "anti-spam",
    "validation",
    "google",
    "anti-bot",
    "anti-bots"
  ],
  "support": {
    "docs": "https://github.com/clarknelson/craft-recaptcha-3/blob/master/README.md",
    "issues": "https://github.com/clarknelson/craft-recaptcha-3/issues"
  },
  "license": "MIT",
  "authors": [{
    "name": "Clark Nelson",
    "homepage": "http://clarknelson.com"
  }],
  "require": {
    "craftcms/cms": "^3.1.0"
  },
  "autoload": {
    "psr-4": {
      "clarknelson\\craftrecaptcha3\\": "src/"
    }
  },
  "extra": {
    "name": "Craft reCAPTCHA 3",
    "handle": "craft-recaptcha-3",
    "hasCpSettings": true,
    "hasCpSection": false,
    "changelogUrl": "https://raw.githubusercontent.com/clarknelson/craft-recaptcha-3/master/CHANGELOG.md",
    "class": "clarknelson\\craftrecaptcha3\\CraftRecaptcha3"
  }
}
