{
  "name": "edd-gateway-fees",
  "version": "1.5.6",
  "description": "Lets store owners charge fees for using gateways.",
  "devDependencies": {
    "grunt": "^1.6.1",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-compress": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "load-grunt-tasks": "^5.1.0",
    "path": "^0.12.7"
  },
  "scripts": {
    "build": "npm run translate",
    "translate": "wp i18n make-pot . languages/edd_gf.pot --domain=edd_gf --headers='{\"Report-Msgid-Bugs-To\": \"https://easydigitaldownloads.com/support\"}'",
    "package": "grunt clean && npm run build && npm run translate && grunt copy && grunt compress"
  }
}
