{
    "name": "rahi/module-login",
    "description": "This is a module to protect the site from being accessed by unwanted visitors",
    "type": "magento2-module",
    "license": "GPL-3.0",
    "authors": [
        {
            "name": "Mage2Gen",
            "email": "info@mage2gen.com"
        },
        {
            "name": "Sumit Nautiyal",
            "email": "sumit.nautiyal@rahisystems.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Rahi\\Login\\": ""
        }
    }
}