@incubatorit/node-redsys-api
Version:
Node.js Redsys api implementation with new the key-hashed message authentication code (HMAC) SHA256 for the virtual payment gateway integration. This is a node.js port of the PHP API provided by [Redsys](http://www.redsys.es/)
43 lines • 999 B
JSON
{
"name": "@incubatorit/node-redsys-api",
"version": "0.0.1",
"dependencies": {
"base64url": "3.0.1"
},
"devDependencies": {
"chai": "4.3.4",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-prettier": "3.4.0",
"mocha": "^11.7.1",
"prettier": "2.3.1",
"rewire": "5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Incubator-it/node-redsys-api.git"
},
"bugs": {
"url": "https://github.com/Incubator-it/node-redsys-api/issues"
},
"homepage": "https://github.com/Incubator-it/node-redsys-api",
"keywords": [
"tpv",
"redsys",
"credit card",
"payment",
"servired",
"4b",
"HMAC SHA256"
],
"scripts": {
"lint": "eslint .",
"units": "mocha ./test/*.js",
"test": "npm run lint && npm run units",
"security": "npm audit"
},
"author": "Santi Pérez",
"license": "MIT"
}