{
  "name": "leodudedev/simple-limited-access",
    "type": "library",
    "description": "With Simple Limited Access you can limit access to specific pages or post_type by forcing the user to enter a username and password that you can define in the configuration screen.",
    "keywords": ["wordpress","login", "limited access"],
    "homepage": "https://github.com/leodudedev/Simple-Limited-Access",
    "license": "MIT",
    "authors": [
        {
            "name": "Leonardo Pinori",
            "email": "pinori@gmail.com",
            "role": "Full Stack Web Developer"
        }
    ],
    "require": {
        "php": ">=7.4"
    }
}