UNPKG

banker

Version:

Downloads transactions and balances from online banking websites using Zombie.js.

51 lines (50 loc) 1.33 kB
{ "name" : "banker", "author" : "James Nylen <jnylen@gmail.com>", "description" : "Downloads transactions and balances from online banking websites using Zombie.js.", "version" : "0.1.0", "repository" : { "type" : "git", "url" : "https://github.com/nylen/node-banker" }, "bugs" : { "url" : "https://github.com/nylen/node-banker/issues" }, "license" : "MIT", "keywords" : [ "bank", "banking", "download", "scrape", "scraper", "money", "finance", "financial", "export", "transactions" ], "bin" : { "banker" : "bin/banker.js" }, "scripts" : { "test" : "node node_modules/.bin/mocha" }, "devDependencies" : { "mocha" : "~1.12.0", "should" : "~1.2.2" }, "dependencies" : { "async" : "~0.2.10", "bignumber.js" : "~1.3.0", "csv" : "~0.4.0", "json-align" : "~0.0.5", "lazy" : "~1.0.11", "mkdirp" : "~0.3.5", "moment" : "~2.5.1", "numeral" : "~1.5.3", "string" : "~1.8.0", "wordwrap" : "~0.0.2", "yargs" : "~1.2.1", "zombie" : "~2.0.0-alpha27" } }