{
    "name": "fusioneng/shortcake",
    "description": "Shortcake makes using WordPress shortcodes a piece of cake.",
    "type": "wordpress-plugin",
    "homepage": "https://github.com/fusioneng/Shortcake",
    "license": "GPL-2.0+",
    "authors": [
        {
            "name": "Fusion",
            "email": "tech@fusion.net",
            "homepage": "http://fusion.net"
        }
    ],
    "require-dev": {
        "squizlabs/php_codesniffer": "2.9.*",
        "wp-coding-standards/wpcs": "dev-develop"
    },
    "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"
    }
}

