{
    "name": "99robots/my-site-audit",
    "type": "wordpress-plugin",
    "description": "Audit your site's content.",
    "homepage": "https://github.com/kjbenk/get-notified",
    "license": "GPL2+",
    "authors": [
        {
            "name": "99 Robots",
            "homepage": "http://draftpress.com"
        }
    ],
    "support": {
        "issues": "http://draftpress.com/support"
    },
	"require": {
        "composer/installers": "~1.0"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "2.3.4",
        "wp-coding-standards/wpcs": "0.6.0"
    },
    "extra": {
        "installer-name": "my-site-audit"
    },
    "scripts": {
        "post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs",
        "post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
    }
}
