{
    "name": "richsage/rms-push-notifications-bundle",
    "type": "symfony-bundle",
    "description": "Push notifications/messages for mobile devices",
    "keywords": ["push", "notification", "bundle", "gcm", "c2dm", "ios", "apns", "blackberry", "mpns", "windowsphone"],
    "homepage": "https://github.com/richsage/RMSPushNotificationsBundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Rich Sage",
            "email": "rich.sage@gmail.com",
            "homepage": "http://www.richsage.co.uk/"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "symfony/symfony": "2.*",
        "kriswallsmith/buzz": "*"
    },
    "autoload": {
        "psr-0": { "RMS\\PushNotificationsBundle": "" }
    },
    "target-dir": "RMS/PushNotificationsBundle"
}
