mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-21 21:52:07 +00:00
90 lines
1.8 KiB
JSON
90 lines
1.8 KiB
JSON
{
|
|
"name": "ebics-client",
|
|
"version": "0.2.0",
|
|
"description": "Node.js ISO 20022 Compliant EBICS Client",
|
|
"main": "index.js",
|
|
"files": [
|
|
"lib/**/*",
|
|
"templates/**/*"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "nyc mocha test/**/*.js",
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
"version": "auto-changelog -p -t changelog-template.hbs && git add CHANGELOG.md"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-ebics/node-ebics-client"
|
|
},
|
|
"keywords": [
|
|
"EBICS",
|
|
"ISO20022",
|
|
"nodejs",
|
|
"api",
|
|
"banking"
|
|
],
|
|
"author": "eCollect Sofia Tech Team",
|
|
"contributors": [
|
|
{
|
|
"name": "Dimitar Nanov",
|
|
"url": "https://nanov.io",
|
|
"email": "dimitar@nanov.io"
|
|
},
|
|
{
|
|
"name": "Vladislav Hristov",
|
|
"url": "https://github.com/vladhristov",
|
|
"email": "vlad.s.ch@gmail.com"
|
|
},
|
|
{
|
|
"name": "Vasyl Stashuk",
|
|
"url": "https://github.com/vasyas"
|
|
},
|
|
{
|
|
"name": "Yago",
|
|
"url": "https://github.com/yagop"
|
|
},
|
|
{
|
|
"name": "Herman van Hazendonk",
|
|
"email": "github.com@herrie.org"
|
|
},
|
|
{
|
|
"name": "chrwoizi",
|
|
"url": "https://github.com/chrwoizi"
|
|
},
|
|
{
|
|
"name": "Herrie",
|
|
"url": "https://github.com/Herrie82"
|
|
}
|
|
],
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {
|
|
"handlebars": "^4.7.7",
|
|
"js2xmlparser": "^4.0.1",
|
|
"node-forge": "^0.10.0",
|
|
"request": "^2.88.2",
|
|
<<<<<<< HEAD
|
|
"uuid": "^8.3.2",
|
|
"xml-crypto": "^2.1.1",
|
|
"xmldom": "^0.5.0",
|
|
"xpath": "0.0.32"
|
|
=======
|
|
"uuid": "^8.0.0",
|
|
"xml-crypto": "^2.0.0",
|
|
"xmldom": "^0.5.0",
|
|
"xpath": "0.0.27"
|
|
>>>>>>> cecaa782c93ee847c48b6580ee6c82b5a495f240
|
|
},
|
|
"devDependencies": {
|
|
"auto-changelog": "^1.16.2",
|
|
"chai": "^4.3.4",
|
|
"coveralls": "^3.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-config-ecollect-base": "^0.1.2",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"libxmljs": "^0.19.7",
|
|
"mocha": "^7.1.2",
|
|
"nyc": "^15.1.0"
|
|
}
|
|
}
|