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