{
  "name": "akshitsethi/customize-woo",
  "description": "Plugin to help customise WooCommerce with the help of actions and filters.",
  "keywords": [
    "wordpress",
    "plugin",
    "woocommerce",
    "customizer"
  ],
  "type": "wordpress-plugin",
  "require": {
    "php": ">=5.6.0"
  },
  "autoload": {
    "psr-4": {
      "AkshitSethi\\Plugins\\CustomizeWoo\\": "inc"
    }
  }
}
