{
  "name": "magepow/gdpr",
  "description": "Magento 2 GDPR (General Data Protection Regulation)",
  "require": {
    "magepow/core": "^1.0.0"
  },
  "type": "magento2-module",
  "license": [
    "OSL-3.0",
    "AFL-3.0"
  ],
  "authors": [
    {
      "name": "Magepow",
      "email": "support@magepow.com",
      "homepage": "https://magepow.com",
      "role": "Technical Support"
    }
  ],
  "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Magepow\\Gdpr\\": ""
        }
    }
}