{
    "name": "rtcamp/login-with-google",
    "description": "Minimal plugin which allows WP user to login with google.",
    "license": "GPLv2",
    "authors": [
        {
            "name": "Utkarsh Patel",
            "email": "itismeutkarsh@gmail.com"
        }
    ],
    "require": {
        "google/apiclient": "^2.0"
    },
     "scripts": {
        "post-update-cmd": "Google_Task_Composer::cleanup"
    },
    "extra": {
        "google/apiclient-services": [
            "Oauth2"
        ]
    }
}
