2018-05-17 15:03:59 +00:00
|
|
|
{
|
2018-06-01 13:16:43 +00:00
|
|
|
"name": "ebics-client",
|
2019-08-02 07:52:48 +00:00
|
|
|
"version": "0.0.7",
|
2018-06-01 13:16:43 +00:00
|
|
|
"description": "Node.js ISO 20022 Compliant EBICS Client",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-10-31 20:40:07 +00:00
|
|
|
"test": "mocha"
|
2018-06-01 13:16:43 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/eCollect/node-ebics-client"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"EBICS",
|
|
|
|
"ISO20022",
|
|
|
|
"nodejs",
|
|
|
|
"api"
|
|
|
|
],
|
|
|
|
"author": "eCollect Sofia Tech Team",
|
2019-06-28 14:12:49 +00:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Vasyl Stashuk",
|
|
|
|
"url": "https://github.com/vasyas"
|
|
|
|
}
|
|
|
|
],
|
2018-06-01 13:16:43 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"bn.js": "^4.11.8",
|
|
|
|
"handlebars": "^4.0.11",
|
|
|
|
"js2xmlparser": "^3.0.0",
|
|
|
|
"moment": "^2.22.1",
|
|
|
|
"node-rsa": "^0.4.2",
|
|
|
|
"request": "^2.87.0",
|
2018-08-31 05:50:18 +00:00
|
|
|
"uuid": "^3.3.2",
|
2018-06-01 13:16:43 +00:00
|
|
|
"xml-crypto": "^0.10.1",
|
|
|
|
"xmldom": "^0.1.27",
|
2018-06-04 12:30:33 +00:00
|
|
|
"xpath": "0.0.27"
|
2018-06-01 13:16:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-06-26 21:10:53 +00:00
|
|
|
"chai": "^4.2.0",
|
2018-06-01 13:16:43 +00:00
|
|
|
"eslint": "^4.19.1",
|
|
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
2019-06-26 21:10:53 +00:00
|
|
|
"eslint-plugin-import": "^2.12.0",
|
|
|
|
"mocha": "^6.1.4"
|
2018-05-17 15:03:59 +00:00
|
|
|
}
|
|
|
|
}
|