forked from mgmco/sepa-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 764 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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"
}
}