{
  "name": "wp-typeit",
  "description": "Easily create and manage typewriter effects using the JavaScript utility, TypeIt.",
  "type": "wordpress-plugin",
  "minimum-stability": "stable",
  "license": "GPL-2.0",
  "version": "1.0.2",
  "authors": [
    {
      "name": "Alex MacArthur",
      "email": "alex@macarthur.me",
      "homepage": "https://macarthur.me",
      "role": "Developer"
    }
  ],
  "support" : {
    "issues": "https://wordpress.org/support/plugin/typeit"
  },
  "require": {
    "composer/installers": "^1.0.7"
  },
  "autoload": {
    "psr-4": {
      "TypeIt\\": "src/", 
      "Tests\\": "tests/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\": "tests/"
    }
  },
  "require-dev": {
    "phpunit/phpunit": "^6.5"
  }
}
