hsbc-statement-parser
Version:
Parses and converts HSBC bank statements downloaded in PDF format into a list of operations in JSON or TSV format.
41 lines (35 loc) • 795 B
JSON
{
"name": "hsbc-statement-parser",
"version": "0.1.2",
"license": "BSD",
"description": "Parses and converts HSBC bank statements downloaded in PDF format into a list of operations in JSON or TSV format.",
"homepage": "https://github.com/adrienjoly/HsbcStatementParser",
"main": "./hsbcextr.js",
"keywords": [
"hsbc",
"bank",
"qif",
"money",
"comptes",
"finance",
"pdf",
"pdf parser",
"convert pdf to json",
"JSON"
],
"author": {
"name": "Adrien Joly",
"email": "adrien.joly@gmail.com",
"url": "http://adrienjoly.com"
},
"repository": {
"type": "git",
"url": "git://github.com/adrienjoly/HsbcStatementParser.git"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"pdf2json": "0.6.2"
}
}