{
  "name": "heimrichhannot/contao-components",
  "description": "Components is a contao extension that gives better control over javascript and css invocation within page layouts.",
  "keywords": [
    "contao",
    "javascript",
    "css",
    "layout",
    "frontend"
  ],
  "type": "contao-module",
  "homepage": "https://github.com/heimrichhannot/contao-components",
  "license": "LGPL-3.0+",
  "authors": [
    {
      "name": "Heimrich & Hannot",
      "email": "digitales@heimrich-hannot.de",
      "homepage": "http://www.heimrich-hannot.de",
      "role": "Developer"
    }
  ],
  "support": {
    "issues": "https://github.com/heimrichhannot/contao-components/issues"
  },
  "require": {
    "php": "~5.4 || ~7.0 || ^8.0",
    "contao/core-bundle": "^3.5.1 || ~4.1",
    "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
    "heimrichhannot/contao-haste_plus": "^1.6.91"
  },
  "autoload": {
    "classmap": [
      ""
    ]
  },
  "extra": {
    "contao": {
      "sources": {
        "": "system/modules/components"
      }
    }
  }
}
