{
    "name": "kunstmaan/google-api-custom",
    "type": "library",
    "description": "A custom fork of alchemy/google-plus-api-client for the use into the Kunstmaan Bundles CMS without the composer warnings",
    "homepage": "https://code.google.com/p/google-api-php-client/",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Google",
            "email": "noreply@google.com",
            "homepage": "http://www.google.com/"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "classmap": ["src/"]
    }
}

