{
  "name": "hofff/contao-googleanalytics",
  "description": "Google Analytics integration for Contao CMS.",
  "keywords": [
    "contao"
  ],
  "type": "contao-module",
  "license": "LGPL-3.0+",
  "homepage": "https://hofff.com/",
  "authors": [
    {
      "name": "Nicky Hoff",
      "homepage": "https://hofff.com",
      "email": "nick@hofff.com",
      "role": "Manager"
    },
    {
      "name": "Christopher Bölter",
      "email": "christopher@hofff.com",
      "homepage": "https://hofff.com/",
      "role": "Developer"
    }
  ],
  "require": {
    "php": "^5.6 || ^7.0",
    "contao/core-bundle": "^3.5 || ^4.1",
    "contao-community-alliance/composer-plugin": "^2.4 || ^3.0"
  },
  "autoload": {
    "psr-0": {
      "Hofff": "src/"
    }
  },
  "extra": {
    "contao": {
      "sources": {
        "contao-module": "system/modules/hofff_googleanalytics"
      }
    }
  }
}