{
    "name": "shipu/watchable",
    "description": "",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "shipu",
            "email": "shipu@yourdomain.com"
        }
    ],
    "autoload": {
            "psr-4": {
                "Shipu\\Watchable\\": "src/"
            }
        },
    "require": {},
    "minimum-stability": "dev",
    "extra": {
        "laravel": {
            "providers": [
                "Shipu\\Watchable\\WatchableServiceProvider"
            ],
            "aliases": {

            }
        }
    }
}
