pxpost
Version:
A node module for using the Payment Express PXPost service for payment processing
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "pxpost",
"version": "3.0.0",
"description": "A node module for using the Payment Express PXPost service for payment processing",
"main": "index.js",
"scripts": {
"test": "tap tests/index.js",
"cov": "tap tests/index.js --cov",
"preversion": "npm test",
"postversion": "npm publish --access=public",
"postpublish": "git push origin --all --follow-tags && npx publisher"
},
"engines": {
"node": ">= 8"
},
"repository": {
"type": "git",
"url": "git://github.com/Kevnz/pxpost.git"
},
"keywords": [
"payment",
"ecommerce",
"dps",
"paymentexpress",
"transactions"
],
"author": "Kevin Isom <kevin.isom@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kevnz/pxpost/issues"
},
"homepage": "http://kevinisom.info/pxpost",
"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",
"coveralls": "^3.0.6",
"eslint": "^6.4.0",
"proxyquire": "^2.1.3",
"tap": "^14.6.4"
}
}