package.json (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 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" } } |