{
  "name": "webdeveric/get-post-content-shortcode",
  "description": "This plugin provides a shortcode to get the content of a post based on ID number.",
  "type": "wordpress-plugin",
  "license": "GPL-2.0+",
  "keywords": [
    "WordPress",
    "shortcode",
    "post",
    "content",
    "post-content",
    "post_content"
  ],
  "authors": [
    {
      "name": "Eric King",
      "email": "eric@webdeveric.com",
      "homepage": "http://webdeveric.com",
      "role": "Developer"
    }
  ],
  "support": {
    "source": "https://github.com/webdeveric/get-post-content-shortcode",
    "issues": "https://github.com/webdeveric/get-post-content-shortcode/issues"
  },
  "require": {
    "composer/installers": "^1.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^5.3"
  }
}
