{
  "name": "runthingsdev/runthings-secrets",
  "description": "Share secrets securely",
  "type": "wordpress-plugin",
  "license": "GPL-3.0-or-later",
  "authors": [
    {
      "name": "Matthew Harris",
      "email": "rtpharry@hotmail.com"
    }
  ],
  "require": {
    "gamajo/template-loader": "^1.3"
  },
  "autoload": {
    "psr-4": {
      "RunthingsSecrets\\": "includes/"
    }
  }
}
