You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
416 B
JSON
16 lines
416 B
JSON
{
|
|
"name": "abn-amro-mt940-fix",
|
|
"description": "Fixes ABN AMRO-created MT940 export files, so they work in GnuCash",
|
|
"version": "1.0.0",
|
|
"main": "fix.js",
|
|
"bin": {
|
|
"abn-amro-mt940-fix": "./fix.js"
|
|
},
|
|
"repository": "http://git.cryto.net/joepie91/abn-amro-mt940-fix.git",
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0",
|
|
"dependencies": {
|
|
"chalk": "^2.4.2"
|
|
}
|
|
}
|