{
  "name": "datacue/woocommerce-plugin",
  "description": "WooCommerce Plugin for DataCue Client",
  "license": "GPL-2.0",
  "type": "project",
  "authors": [{
      "name": "DataCue",
      "email": "contact@datacue.co",
      "homepage": "https://www.datacue.co"
    },
    {
      "name": "chenruimin",
      "email": "ruiminch@163.com"
    }
  ],
  "minimum-stability": "stable",
  "repositories": [
    { "type": "vcs", "url": "https://github.com/DataCueCo/datacue-php" }
  ],
  "require": {
    "php": ">=5.5",
    "datacue/client": "1.0.11.x-dev"
  },
  "autoload": {
    "psr-4": {
      "DataCue\\WooCommerce\\": "src/"
    }
  }
}
