all repos — archive/bitcoincharts-beancount @ 269e7b208e5d20bdc3f9cb2bdd178fbbecb046a6

Bitcoincharts Beancount converter

Initial commit

Alan Pearce
commit

269e7b208e5d20bdc3f9cb2bdd178fbbecb046a6

1 file changed, 25 insertions(+), 0 deletions(-)

changed files
A package.json
@@ -0,0 +1,25 @@
+{ + "name": "bitcoincharts-beancount", + "version": "1.0.0", + "description": "bitcoincharts historic price conversion", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git.alanpearce.eu/bitcoincharts-beancount" + }, + "keywords": [ + "bitcoin", + "beancount", + "accounting" + ], + "author": "Alan Pearce <alan@alanpearce.eu>", + "license": "MIT", + "dependencies": { + "bignumber.js": "^4.0.4", + "highland": "^2.11.1", + "ramda": "^0.24.1" + } +}