UNPKG

42-cent

Version:

Node.js multi-gateway payment processing module

37 lines (36 loc) 891 B
{ "name": "42-cent", "version": "1.5.3", "description": "Node.js multi-gateway payment processing module", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/continuous-software/42-cent.git" }, "keywords": [ "gateway", "payment", "42-cent" ], "author": "Laurent Renard <laurent@continuous.in.th>", "license": "MIT", "dependencies": { "42-cent-base": "^1.0.0", "42-cent-beanstream": "^1.0.0", "42-cent-braintree": "^1.0.0", "42-cent-model": "^2.0.0", "42-cent-omise": "^1.0.0", "42-cent-paypal": "^1.0.0", "42-cent-stripe": "^1.0.0", "42-cent-worldpay": "^1.0.0", "42-cent-moneris": "^1.0.4", "authorize-net": "^1.0.0", "nmi": "^1.0.3", "payflow": "^1.0.0", "rocketgate": "^1.0.0", "virtualmerchant": "^1.0.0" }, "devDependencies": { "mocha": "^1.21.4" } }