mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-21 21:52:07 +00:00
51 lines
1009 B
JSON
51 lines
1009 B
JSON
{
|
|
"name": "ebics-client",
|
|
"version": "0.0.8",
|
|
"description": "Node.js ISO 20022 Compliant EBICS Client",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/eCollect/node-ebics-client"
|
|
},
|
|
"keywords": [
|
|
"EBICS",
|
|
"ISO20022",
|
|
"nodejs",
|
|
"api"
|
|
],
|
|
"author": "eCollect Sofia Tech Team",
|
|
"contributors": [
|
|
{
|
|
"name": "Vasyl Stashuk",
|
|
"url": "https://github.com/vasyas"
|
|
},
|
|
{
|
|
"name": "Yago",
|
|
"url": "https://github.com/yagop"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^5.0.0",
|
|
"handlebars": "^4.4.3",
|
|
"js2xmlparser": "^4.0.0",
|
|
"moment": "^2.24.0",
|
|
"node-rsa": "^1.0.6",
|
|
"request": "^2.88.0",
|
|
"uuid": "^3.3.3",
|
|
"xml-crypto": "^1.4.0",
|
|
"xmldom": "^0.1.27",
|
|
"xpath": "0.0.27"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
|
"eslint-plugin-import": "^2.12.0",
|
|
"mocha": "^6.1.4"
|
|
}
|
|
}
|