{
  "name": "uafrica/bobgo",
  "description": "Generate electronic shipping labels with one click and request collections from multiple couriers.",
  "type": "magento2-module",
  "version": "1.0.0",
  "authors": [
    {
      "name": "Gundo",
      "email": "gundo@bob.co.za",
      "homepage": "https://www.bob.co.za",
        "role": "Developer"
    }
  ],
  "license": [
    "proprietary"
  ],
  "require": {
    "php": "=>7.0||=>8.0",
    "magento/framework": "*",
    "magento/module-backend": "*",
    "magento/module-catalog": "*",
    "magento/module-config": "*",
    "magento/module-directory": "*",
    "magento/module-quote": "*",
    "magento/module-sales": "*",
    "magento/module-sales-rule": "*",
    "magento/module-shipping": "*",
    "magento/module-store": "*"
  },
    "require-dev": {
    "phpunit/phpunit": "*",
    "magento/magento-coding-standard": "*"
    },
  "autoload": {
    "files": [
      "registration.php"
    ],
    "psr-4": {
      "uafrica\\Customshipping\\": ""
    }
  }
}