-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating package.json with repo and issues URLs; adding issues note i…
…n the repo
- Loading branch information
jayfresh
committed
Sep 13, 2014
1 parent
d041ccc
commit dd1b71e
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
}, | ||
|
@@ -12,6 +19,7 @@ | |
"email": "[email protected]" | ||
}], | ||
"license": "BSD-2-Clause", | ||
"keywords": ["pdf-to-csv", "barclays"], | ||
"dependencies": { | ||
"async": "~0.9.0" | ||
} | ||
|