{
    "name": "sly/notification-pusher",
    "description": "Standalone PHP library for easy devices notifications push.",
    "keywords": ["apple", "iphone", "apns", "android", "gcm", "notification", "message", "push", "pusher"],
    "homepage": "https://github.com/Ph3nol/NotificationPusher",
    "type": "standalone",
    "license": "MIT",
    "authors": [
        {
            "name": "Cédric Dugat",
            "email": "cedric@dugat.me"
        },
        {
            "name": "Contributors",
            "homepage": "https://github.com/Ph3nol/NotificationPusher/contributors"
        }
    ],
    "require": {
        "php": ">=5.5",

        "symfony/options-resolver": "~2.3|~3.0",
        "symfony/console": "~2.3|~3.0",
        "symfony/process": "~2.3|~3.0",
        "zendframework/zendservice-apple-apns": "^1.1.0",
        "zendframework/zendservice-google-gcm": "1.*",
        "doctrine/inflector": "~1.0"
    },
    "require-dev": {
        "atoum/atoum": "dev-master"
    },
    "config": {
        "bin-dir": "bin"
    },
    "bin": ["np"],
    "autoload": {
        "psr-0": {
            "Sly": "src/"
        }
    }
}
