{
  "name": "hectorfarahani/monkey-treat",
  "type": "wordpress-plugin",
  "license": "GPLv3",
  "authors": [
    {
      "name": "Hossein",
      "email": "h.farahani@outlook.com"
    }
  ],
  "autoload": {
    "files": [
      "constants.php",
      "admin/ajax.php",
      "includes/options.php",
      "includes/qr.php",
      "includes/functions.php",
      "includes/shortcodes.php"
    ],
    "classmap": [
      "admin",
      "includes"
    ]
  },
  "require": {
    "ext-json": "*"
  }
}
