{
  "name": "pxpay2",
  "version": "1.0.4",
  "description": "A node module for using the Payment Express PXPay 2.0 service for payment processing including response parsing",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Unkn0wn-kgb/pxpay.git"
  },
  "keywords": [
    "dsp",
    "ecommerce",
    "payments",
    "payment",
    "gateway",
    "paymentexpress",
    "payment",
    "express",
    "transactions"
  ],
  "author": "Kevin Isom <kevin.isom@gmail.com>",
  "contributors" : [
    {"name": "Tim P"}
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/unkn0wn-kgb/pxpay/issues"
  },
  "dependencies": {
    "xml": "0.0.8",
    "xml2js": "~0.2.8",
    "request": "~2.27.0"
  },
  "devDependencies": {
    "chai": "~1.9.0",
    "grunt": "~0.4.1",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-mocha-cli": "~1.3.0",
    "mocha": "~1.13.0",
    "proxyquire": "^1.3.1",
    "qconf": "~0.3.0",
    "tap": "^0.7.1",
    "xmldom": "~0.1.16",
    "xpath": "0.0.5"
  },
  "homepage": "https://github.com/Unkn0wn-kgb/pxpay#readme",
  "directories": {
    "test": "tests"
  }
}
