forked from brickpop/redsys-pos
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 699 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "redsys-pay",
"version": "1.2.0",
"description": "Node JS library to ease the communication with RedSys point of sales",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/warlock/redsys-pay.git"
},
"keywords": [
"redsys",
"sabadell",
"caixabank",
"tpv",
"pos",
"payment",
"wrapper",
"library",
"api",
"credit",
"card",
"soap",
"webservice",
"ws"
],
"author": "Carlos Asín <carlosasinbernal@gmail.com>, Josep Subils <js@js.gl>, Joel Moreno <joel@tvrbo.pro>, Jordi Moraleda <jordi@tvrbo.pro>",
"license": "MIT",
"dependencies": {
"xml": "^1.0.1"
}
}