{
    "name": "ivkos/pushbullet",
    "description": "Push notifications to devices and browsers via Pushbullet",
    "keywords": [
        "push",
        "notifications",
        "android",
        "iphone",
        "chrome",
        "firefox",
        "windows",
        "pushbullet"
    ],
    "homepage": "https://github.com/ivkos/Pushbullet-for-PHP",
    "license": "MIT",
    "authors": [
        {
            "name": "Ivaylo Stoyanov",
            "email": "me@ivkos.com",
            "homepage": "https://github.com/ivkos"
        }
    ],
    "require": {
        "php": ">= 5.4.0",
        "ext-curl": "*"
    },
    "autoload": {
        "psr-4": {
            "Pushbullet\\": "src/Pushbullet"
        }
    }
}
