From 269e7b208e5d20bdc3f9cb2bdd178fbbecb046a6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 16 Sep 2017 17:11:01 +0200 Subject: Initial commit --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..20e849f --- /dev/null +++ b/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 ", + "license": "MIT", + "dependencies": { + "bignumber.js": "^4.0.4", + "highland": "^2.11.1", + "ramda": "^0.24.1" + } +} -- cgit 1.4.1