{
  "name": "mageworx/module-seocategorygrid",
  "description": "SEO Category Grid module for Magento 2",
  "require": {
      "mageworx/module-seoall": ">=2.9.0",
      "magento/module-catalog": ">=100.0.0 <105",
      "magento/framework": ">=100.0.0 <104",
      "magento/module-ui": ">=100.0.0 <102"
  },
  "type": "magento2-module",
  "version": "2.1.0",
  "license": [
      "OSL-3.0",
      "AFL-3.0"
  ],
  "autoload": {
      "files": [
          "registration.php"
      ],
      "psr-4": {
          "MageWorx\\SeoCategoryGrid\\": ""
      }
  }
}