{
  "name": "contactic/contactic_wp",
  "description": "Plugin that saves contact form submissions to your WordPress database and provides and administration page and shortcodes to view and display the data.",
  "license": "GPL-3.0",
  "authors": [
    {
      "name": "Contactic",
      "email": "contact@contactic.io",
      "role": "Developer"
    }
  ],
  "keywords": ["wordpress", "plugin", "contactic"],
  "homepage": "https://contactic.io/",
  "type": "wordpress-plugin",
  "support": {
    "issues": "https://wordpress.org/support/plugin/contactic/"
  },
  "require": {
    "php": ">5.3"
  },
  "suggest": {
    "composer/installers": "~1.0"
  },
  "require-dev": {
    "phpunit/phpunit": "3.7.*"
  }
}