This commit is contained in:
Dimitar Nanov 2019-06-28 17:12:49 +03:00
parent 800002701d
commit 07a48e9cc5

View File

@ -1,6 +1,6 @@
{
"name": "ebics-client",
"version": "0.0.4",
"version": "0.0.5",
"description": "Node.js ISO 20022 Compliant EBICS Client",
"main": "index.js",
"scripts": {
@ -17,6 +17,12 @@
"api"
],
"author": "eCollect Sofia Tech Team",
"contributors": [
{
"name": "Vasyl Stashuk",
"url": "https://github.com/vasyas"
}
],
"license": "MIT",
"dependencies": {
"bn.js": "^4.11.8",