-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 868 Bytes
/
package.json
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
33
34
35
36
37
38
39
40
41
{
"name": "js-nextgen-psd2",
"version": "1.0.0",
"description": "Library to communicate with European Banks using NextGenPSD2 standard and PSD2 XS2A",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/diegojfer/js-nextgen-psd2.git"
},
"keywords": [
"psd2",
"psd",
"xs2a",
"bank",
"nextgen",
"berlin",
"group",
"javascript",
"diegojfer",
"redsys",
"n26",
"qwac",
"eSeal",
"eStamp",
"ssl",
"nodejs"
],
"author": "Diego Fernandez",
"license": "MIT",
"bugs": {
"url": "https://github.com/diegojfer/js-nextgen-psd2/issues"
},
"homepage": "https://github.com/diegojfer/js-nextgen-psd2#readme",
"dependencies": {
"axios": "^0.27.2",
"crypto": "^1.0.1",
"form-urlencoded": "^6.0.6",
"https": "^1.0.0"
}
}