{
  "name": "tigren/ajaxcart",
  "description": "Tigren Ajax to Cart",
  "require": {
    "php": "~5.5.0|~5.6.0|~7.0.0",
    "magento/framework": "~100.0.4",
    "tigren/ajaxsuite": "1.1.*"
  },
  "type": "magento2-module",
  "version": "1.3.0",
  "license": [
    "OSL-3.0",
    "AFL-3.0"
  ],
  "authors": [
    {
      "name": "Tigren Team",
      "email": "support@tigren.com",
      "homepage": "http://www.tigren.com/",
      "role": "Developer"
    }
  ],
  "autoload": {
    "files": [
      "registration.php"
    ],
    "psr-4": {
      "Tigren\\Ajaxcart\\": ""
    }
  }
}