@reactioncommerce/authorize-net
Version:
Node.js SDK for Authorize.net paymenet gateway.
34 lines (33 loc) • 814 B
JSON
{
"name": "@reactioncommerce/authorize-net",
"version": "1.0.8",
"description": "Node.js SDK for Authorize.net paymenet gateway.",
"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-authorize-net.git"
},
"keywords": [
"authorize.net",
"gateway",
"payment",
"42-cent"
],
"author": "Laurent Renard <laurent@continuous.in.th>",
"license": "MIT",
"dependencies": {
"42-cent-base": "^1.0.0",
"42-cent-util": "^1.0.0",
"bluebird": "^2.11.0",
"request": "^2.75.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"42-cent-model": "^2.0.0",
"casual": "^1.4.7",
"mocha": "^1.21.4"
}
}