{
    "name": "dstelljes/php-snapchat",
    "description": "A PHP library for the Snapchat API",
    "keywords": ["snapchat"],
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Daniel Stelljes",
            "email": "iam@danielstelljes.net"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-mcrypt": "*"
    },
    "autoload": {
        "classmap": ["src/"]
    }
}
