UNPKG

sepa-xml

Version:

A simple XML generator for SEPA transactions.

37 lines (36 loc) 764 B
{ "name": "sepa-xml", "version": "0.6.0", "description": "A simple XML generator for SEPA transactions.", "main": "index.js", "scripts": { "test": "istanbul cover _mocha" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/mgmco/sepa-xml.git" }, "keywords": [ "sepa", "swift", "iban", "payment", "xml" ], "author": "Mike Timofiiv (http://fiiv.io)", "license": "MIT", "bugs": { "url": "https://github.com/mgmco/sepa-xml/issues" }, "homepage": "https://github.com/mgmco/sepa-xml#readme", "dependencies": { "big.js": "^3.2.0", "handlebars": "^4.7.3", "iban": "0.0.12" }, "devDependencies": { "chai": "^3.2.0", "istanbul": "^0.4.2", "mocha": "^5.2.0" } }