{
  "name": "blue/customeractivation",
  "version": "1.0.0",
  "keywords": ["magento", "magento2", "account", "customer", "activation"],
  "type": "magento2-module",
  "description": "This module is designed for Magento 2.3+. It adds the possibility for the site owner to manually validate customer accounts at registration or to automatically validate/block by domain.",
  "license": "MIT",
  "authors": [
    {
      "name": "Jennifer Nodwell",
      "email": "jennifer@bluefairydevelopment.com",
      "homepage": "https://bluefairydevelopment.com",
      "role": "Developer"
    }
  ],
  "require": {
    "php": ">=5.6.0"
  },
  "autoload": {
    "files": [ "registration.php" ],
    "psr-4": {
      "Blue\\CustomerActivation\\": ""
    }
  }
}