{
  "name": "logoscon/wpstatuscake",
  "description": "Easy integration of StatusCake into your WordPress website.",
  "type": "wordpress-plugin",
  "keywords": ["wordpress", "plugin"],
  "homepage": "https://github.com/log-oscon/wpstatuscake",
  "license": "GPL-2.0+",
  "authors": [
    {
      "name": "Sérgio Santos",
      "email": "me@s3rgiosan.com",
      "homepage": "https://github.com/s3rgiosan"
    },
    {
      "name": "log.OSCON, Lda.",
      "email": "engenharia@log.pt",
      "homepage": "http://log.pt/"
    }
  ],
  "support": {
    "issues": "https://github.com/log-oscon/wpstatuscake/issues",
    "source": "https://github.com/log-oscon/wpstatuscake"
  },
  "autoload": {
    "psr-4": {
      "logoscon\\StatusCake\\": "lib/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "logoscon\\Tests\\StatusCake\\": "tests/"
    }
  },
  "require-dev": {
    "dangoodman/composer-for-wordpress": "^1.0"
  }
}
