{
  "name": "temple/temple-wordpress-plugin",
  "description": "Wordpress plugin to allows creators to lock content so that it can only be accessed by holders of their NFTs or social tokens.",
  "type": "project",
  "license": "GPL",
  "authors": [
    {
      "name": "Temple",
      "email": "support@temple.fans"
    }
  ],
  "minimum-stability": "dev",
  "autoload": {
    "psr-4": {
      "Inc\\": "./includes"
    },
    "classmap": [
      "includes/"
    ]
  }
}
