{
  "name": "mojoness/mojo-marketplace-wp-plugin",
  "description": "WordPress plugin that has shortcodes, widgets and themes.",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "Mike Hansen",
      "homepage": "https://mikehansen.me/"
    },
    {
      "name": "Micah Wood",
      "email": "micah@wpscholar.com",
      "homepage": "https://wpscholar.com"
    }
  ],
  "support": {
    "source": "https://github.com/mojoness/mojo-marketplace-wp-plugin",
    "issues": "https://github.com/mojoness/mojo-marketplace-wp-plugin/issues"
  },
  "repositories": [
    {
      "type": "composer",
      "url": "https://satis.wpteamhub.com"
    }
  ],
  "scripts": {
    "lint": [
      "vendor/bin/phpcs --ignore=*/vendor/* ."
    ],
    "post-install-cmd": [
      "xrstf\\Composer52\\Generator::onPostInstallCmd"
    ],
    "post-update-cmd": [
      "xrstf\\Composer52\\Generator::onPostInstallCmd"
    ],
    "post-autoload-dump": [
      "xrstf\\Composer52\\Generator::onPostInstallCmd"
    ]
  },
  "require": {
    "bluehost/endurance-wp-module-business-reviews": "^1.0",
    "bluehost/endurance-wp-module-gutenframe": "^0.1",
    "bluehost/endurance-wp-module-loader": "^1.0",
    "bluehost/endurance-wp-module-spam-prevention": "^1.0",
    "bluehost/endurance-wp-module-sso": "^1.0",
    "xrstf/composer-php52": "^1.0"
  },
  "require-dev": {
    "bluehost/wp-php-standards": "^1.0"
  },
  "config": {
    "optimize-autoloader": true
  },
  "extra": {
    "phpcs-config": {
      "colors": 1,
      "default_standard": "Bluehost",
      "testVersion": "5.2-"
    }
  }
}
