UNPKG

payflow-report

Version:
32 lines (31 loc) 778 B
{ "name": "payflow-report", "version": "0.1.0", "description": "sdk to communicate with payflow api report", "main": "index.js", "scripts": { "test": "NODE_ENV='test' node ./node_modules/.bin/mocha ./test/ -R spec -t 35000" }, "repository": { "type": "git", "url": "https://github.com/continuous-software/node-payflow-report.git" }, "keywords": [ "payflow", "report", "payment", "gateway" ], "author": "Laurent Renard", "license": "MIT", "dependencies": { "bluebird": "^2.3.2", "json2xml": "^0.1.1", "lodash": "^2.4.1", "request": "^2.44.0", "xml2json": "^0.5.1" }, "devDependencies": { "mocha": "^1.21.4" } }