{
    "name": "complete-open-graph",
    "description": "A WordPress plugin for simple, comprehensive, highly customizable Open Graph management.",
    "type": "wordpress-plugin",
    "minimum-stability": "stable",
    "license": "GPL-2.0",
    "authors": [
      {
        "name": "Alex MacArthur",
        "email": "alex@macarthur.me",
        "homepage": "https://macarthur.me",
        "role": "Developer"
      }
    ],
    "support" : {
      "issues": "https://wordpress.org/support/plugin/complete-open-graph",
      "source": "https://downloads.wordpress.org/plugin/complete-open-graph.2.1.3.zip"
    },
    "autoload": {
      "psr-4": {"CompleteOG\\": "src/"}
    },
    "require": {
      "composer/installers": "^1.0.7"
    }
}
