{
  "name": "awesomemotive/wp101plugin",
  "description": "A complete set of WordPress 101 tutorial videos directly within the dashboard. Choose which videos to show, or add your own!",
  "type": "wordpress-plugin",
  "homepage": "https://wp101plugin.com",
  "authors": [
    {
      "name": "Shawn Hesketh",
      "homepage": "https://www.wp101.com"
    },
    {
      "name": "Liquid Web",
      "homepage": "https://www.liquidweb.com"
    },
    {
      "name": "Mark Jaquith",
      "homepage": "https://coveredwebservices.com"
    },
    {
      "name": "Pippin Williamson",
      "homepage": "https://pippinsplugins.com"
    },
    {
      "name": "Justin Sainton",
      "homepage": "https://zao.is"
    },
    {
      "name": "Travis Smith",
      "homepage": "https://wpsmith.net"
    },
    {
      "name": "John Sundberg",
      "homepage": "http://blackhillswebworks.com"
    }
  ],
  "support": {
    "issues": "https://github.com/awesomemotive/wp101plugin/issues",
    "forum": "https://wordpress.org/support/plugin/wp101",
    "source": "https://github.com/awesomemotive/wp101plugin",
    "docs": "https://wp101plugin.com"
  },
  "require": {},
  "require-dev": {
    "php": "^7.4",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    "mockery/mockery": "^1.6",
    "phpcompatibility/php-compatibility": "^9.3",
    "phpunit/phpunit": "^9.0",
    "stevegrunwell/phpunit-markup-assertions": "^1.4",
    "stevegrunwell/runkit7-installer": "^1.2.0",
    "wp-coding-standards/wpcs": "^3.0"
  },
  "config": {
    "preferred-install": "dist",
    "sort-packages": true,
    "optimize-autoloader": true,
    "platform": {
      "php": "7.4"
    }
  }
}
