{
  "name": "mono-wp/prime-affiliate-links",
  "description": "Prime affiliate links wordpress plugin",
  "type": "library",
  "license": "GPLV2",
  "authors": [
    {
      "name": "Mono WP",
      "email": "support@monowp.com"
    }
  ],
  "minimum-stability": "dev",
  "require": {
    "typisttech/imposter-plugin": "0.6.x-dev"
  },
  "autoload": {
    "psr-4": {
      "Mono_WP\\Prime_Affiliate_Links\\": "./"
    }
  },
  "extra": {
    "imposter": {
      "namespace": "Mono_WP\\Prime_Affiliate_Links\\Vendor",
      "excludes": [
      ]
    }
  },
  "config": {
    "allow-plugins": {
      "typisttech/imposter-plugin": true
    }
  }
}
