{
    "name": "notify-eu/notify-wp",
    "description": "WordPress plugin for Notify",
    "keywords": [
        "wordpress-plugin",
        "wordpress",
        "notifications",
        "notify"
    ],
    "license": "GNU",
    "type": "wordpress-plugin",
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.5",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
        "wp-coding-standards/wpcs": "^2.2"
    },
    "scripts": {
        "test": "phpunit",
        "lint": "phpcs",
        "clean": "phpcbf",
        "wp-package": "zip -r notify.zip admin includes languages LICENSE notify.php public readme.txt uninstall.php"
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}