2018-05-17 15:03:59 +00:00
|
|
|
{
|
2018-06-01 13:16:43 +00:00
|
|
|
"name": "ebics-client",
|
2019-11-05 04:48:24 +00:00
|
|
|
"version": "0.1.1",
|
2018-06-01 13:16:43 +00:00
|
|
|
"description": "Node.js ISO 20022 Compliant EBICS Client",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-11-05 03:49:07 +00:00
|
|
|
"lint": "eslint .",
|
2019-11-07 08:35:31 +00:00
|
|
|
"test": "nyc mocha test/**/*.js"
|
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"
|
2019-10-03 06:30:49 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Yago",
|
|
|
|
"url": "https://github.com/yagop"
|
2019-06-28 14:12:49 +00:00
|
|
|
}
|
|
|
|
],
|
2019-11-07 08:38:01 +00:00
|
|
|
"license": "GPL-3.0-only",
|
2018-06-01 13:16:43 +00:00
|
|
|
"dependencies": {
|
2019-10-14 11:19:11 +00:00
|
|
|
"handlebars": "^4.4.3",
|
|
|
|
"js2xmlparser": "^4.0.0",
|
2019-10-31 16:57:42 +00:00
|
|
|
"node-forge": "^0.9.1",
|
2019-10-14 11:19:11 +00:00
|
|
|
"request": "^2.88.0",
|
|
|
|
"uuid": "^3.3.3",
|
|
|
|
"xml-crypto": "^1.4.0",
|
2018-06-01 13:16:43 +00:00
|
|
|
"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",
|
2019-11-05 03:49:07 +00:00
|
|
|
"eslint": "^6.6.0",
|
|
|
|
"eslint-config-ecollect-base": "^0.1.2",
|
|
|
|
"eslint-plugin-import": "^2.18.2",
|
2019-11-01 06:13:53 +00:00
|
|
|
"libxmljs": "^0.19.7",
|
2019-11-07 08:35:31 +00:00
|
|
|
"mocha": "^6.2.2",
|
|
|
|
"nyc": "^14.1.1"
|
2018-05-17 15:03:59 +00:00
|
|
|
}
|
|
|
|
}
|