Skip to content

Commit

Permalink
updating package.json with repo and issues URLs; adding issues note i…
Browse files Browse the repository at this point in the history
…n the repo
  • Loading branch information
jayfresh committed Sep 13, 2014
1 parent d041ccc commit dd1b71e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ Clone the git repository, then install dependencies:

## Output

A single CSV file will be created called `statements.csv`.
A single CSV file will be created called `statements.csv`.

## Issues

Please submit any problems as [GitHub issues](https://github.com/penrosestudio/barclays-bank-pdf-to-csv/issues) on this repository.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"version": "0.0.1",
"description": "Reads Barclays bank statement PDFs and converts them to CSV",
"main": "statement-parser.js",
"repository": {
"type": "git",
"url": "https://github.com/penrosestudio/barclays-bank-pdf-to-csv"
},
"bugs": {
"url": "https://github.com/penrosestudio/barclays-bank-pdf-to-csv/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -12,6 +19,7 @@
"email": "[email protected]"
}],
"license": "BSD-2-Clause",
"keywords": ["pdf-to-csv", "barclays"],
"dependencies": {
"async": "~0.9.0"
}
Expand Down

0 comments on commit dd1b71e

Please sign in to comment.