UNPKG

pxpay

Version:

A node module for using the Payment Express PXPay 2.0 service for payment processing

57 lines (56 loc) 1.43 kB
{ "name": "pxpay", "version": "2.1.0", "description": "A node module for using the Payment Express PXPay 2.0 service for payment processing", "main": "index.js", "scripts": { "test": "mocha --reporter spec", "cov": "nyc npm test", "lint": "eslint ./index.js", "coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls", "preversion": "npm test", "postversion": "npm publish --access=public", "postpublish": "git push origin --all --follow-tags && npx isom build:examples && node ./scripts/publish.js" }, "engines": { "node": ">= 6" }, "repository": { "type": "git", "url": "git://github.com/Kevnz/pxpay.git" }, "homepage": "http://kevinisom.info/pxpay", "keywords": [ "dsp", "ecommerce", "payments", "payment", "gateway", "paymentexpress", "payment", "express", "transactions" ], "author": "Kevin Isom <kevin.isom@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Kevnz/pxpay/issues" }, "dependencies": { "request": "^2.88.0", "xml": "^1.0.1", "xml2js": "^0.4.22" }, "devDependencies": { "@kev_nz/eslint-config": "^5.0.0", "@kev_nz/publisher": "^4.0.1", "chai": "~4.2.0", "coveralls": "^3.0.6", "eslint": "^6.4.0", "mocha": "^6.2.0", "nyc": "^14.1.1", "proxyquire": "^2.1.3", "xmldom": "~0.1.27", "xpath": "0.0.27" } }