{
  "name": "woocommerce-payment-fees",
  "version": "1.5.2",
  "description": "A WooCommerce Extension that allows to add extra charges to your payment gateways.",
  "main": "Gruntfile.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/PinchOfCode/woocommerce-payment-fees"
  },
  "keywords": [
    "woocommerce",
    "payment",
    "fee",
    "gateway",
    "ecommerce"
  ],
  "author": {
    "name" : "Pinch Of Code",
    "email" : "info@pinchofcode.com",
    "url" : "http://pinchofcode.com"
  },
  "licenses": {
    "type" : "GPL-2",
    "url" : "https://github.com/PinchOfCode/woocommerce-payment-fees/blob/master/LICENSE"
  },
  "bugs": {
    "url": "https://github.com/PinchOfCode/woocommerce-payment-fees/issues"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-jshint": "~0.6.4",
    "grunt-contrib-uglify": "~0.2.4",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-compress": "~0.5.2"
  }
}
