{
  "name": "logoscon/google-docs-oembed",
  "description": "Embed Google documents, spreadsheets and presentations in your posts or pages.",
  "type": "wordpress-plugin",
  "keywords": ["wordpress", "plugin"],
  "homepage": "https://github.com/log-oscon/google-docs-oembed",
  "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/google-docs-oembed/issues",
    "source": "https://github.com/log-oscon/google-docs-oembed"
  },
  "autoload": {
    "psr-4": {
      "logoscon\\GoogleDocsOembed\\": "lib/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "logoscon\\Tests\\GoogleDocsOembed\\": "tests/"
    }
  },
  "require-dev": {
    "phpunit/phpunit": "*@stable"
  },
  "require": {
    "php": ">=5.3.0",
    "composer/installers": "~1.0"
  },
  "suggest": {}
}
