diff options
author | Alan Pearce | 2017-09-16 17:11:01 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-16 17:31:00 +0200 |
commit | 269e7b208e5d20bdc3f9cb2bdd178fbbecb046a6 (patch) | |
tree | f10e4670eb5335e35cbe99bc0b57ab821b59eb72 /package.json | |
download | bitcoincharts-beancount-269e7b208e5d20bdc3f9cb2bdd178fbbecb046a6.tar.lz bitcoincharts-beancount-269e7b208e5d20bdc3f9cb2bdd178fbbecb046a6.tar.zst bitcoincharts-beancount-269e7b208e5d20bdc3f9cb2bdd178fbbecb046a6.zip |
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 25 |
1 files changed, 25 insertions, 0 deletions
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 <alan@alanpearce.eu>", + "license": "MIT", + "dependencies": { + "bignumber.js": "^4.0.4", + "highland": "^2.11.1", + "ramda": "^0.24.1" + } +} |