UNPKG

payflow

Version:
35 lines (34 loc) 787 B
{ "author": "Laurent Renard <laurent@continuous.in.th>", "name": "payflow", "description": "SDK for Payflow payment gateway.", "version": "1.1.3", "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.git" }, "keywords": [ "payflow", "paypal", "gateway", "payment", "42-cent" ], "license": "MIT", "dependencies": { "42-cent-base": "^0.9.0", "42-cent-util": "^1.0.0", "bluebird": "^2.3.2", "object-assign": "^2.0.0", "query-string": "^1.0.0", "request": "2.53.0" }, "devDependencies": { "42-cent-model": "^1.1.1", "mocha": "^1.21.4" } }