UNPKG

589 BJSONView Raw
1{
2 "name": "bitcoincharts",
3 "description": "bitcoincharts.com API client for node.js",
4 "version": "0.0.5",
5 "keywords": ["btc", "bitcoin", "bitcoincharts"],
6 "author": "Preston Skupinski",
7 "licenses": [
8 {
9 "type": "ISC",
10 "url": "https://github.com/pskupinski/node-bitcoincharts/blob/master/LICENSE.txt"
11 }
12 ],
13 "dependencies": {
14 "request": "2.16.6",
15 "csv-string": "1.0.3"
16 },
17 "main": "bitcoincharts.js",
18 "engines": {
19 "node": ">=0.8"
20 },
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/pskupinski/node-bitcoincharts"
24 }
25}