| {
    "name": "nstdio/yii2-notymo",
    "description": "The iOS and Android push notifications extensition for Yii2",
    "type": "yii2-extension",
    "homepage": "https://github.com/nstdio/yii2-notymo",
    "keywords": [
        "yii2",
        "extension",
        "push",
        "notification",
        "ios",
        "android"
    ],
    "minimum-stability": "dev",
    "require": {
        "yiisoft/yii2": "~2.0.6",
        "yiisoft/yii2-mongodb": "~2.1.0",
        "nstdio/notymo": "dev-master"
    },
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Edgar Asatryan",
            "email": "[email protected] "
        }
    ],
    "autoload": {
        "psr-4": {
            "nstdio\\yii2notymo\\": ""
        }
    }
}
 |