{
    "name": "fmihel/ajax",
    "description": "ajax responser of apache/php server",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "fmihel",
            "email": "fmihel76@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "fmihel\\ajax\\": "server/"
        }
    },
    "require": {
        "smoren/mushroom-hook-manager": "^1.0"
    },
    "config": {
        "allow-plugins": {
            "smoren/mushroom-hook-manager": true
        }
    },
    "extra": {
        "mushroom-use-hooks": true,
        "mushroom-hooks": {
            "after-install": [
                "fmihel\\ajax\\MushroomHooks::afterInstall"
            ],
            "after-update": [
                "fmihel\\ajax\\MushroomHooks::afterInstall"
            ]
        },
        "mushroom-clear":[
            "client", ".npmignore","package.json","package-lock.json","rollup.config.js","rollup.config.min.js","index.js",".gitignore"
        ]
            
        
    }    
}
