{
    "name": "stevegrunwell/schemify",
    "description": "Automatically generate Schema.org JSON-LD markup for WordPress.",
    "type": "wordpress-plugin",
    "license": "MIT",
    "authors": [
        {
            "name": "Steve Grunwell",
            "email": "steve@stevegrunwell.com",
            "homepage": "https://stevegrunwell.com"
        }
    ],
    "support": {
        "source": "https://github.com/stevegrunwell/schemify",
        "issues": "https://github.com/stevegrunwell/schemify/issues"
    },
    "require-dev": {
        "stevegrunwell/wp-enforcer": "^0.4.1",
        "10up/wp_mock": "^0.1.1",
        "phpunit/phpunit": "^5.2",
        "codeclimate/php-test-reporter": "^0.3.0"
    },
    "scripts": {
        "post-install-cmd": [
            "wp-enforcer"
        ]
    }
}
