UNPKG

683 BJSONView Raw
1{
2 "name": "btc-e",
3 "description": "btc-e.com API client for node.js",
4 "homepage": "https://github.com/pskupinski/node-btc-e",
5 "keywords": [
6 "btc-e",
7 "btc",
8 "ltc",
9 "bitcoin",
10 "litecoin"
11 ],
12 "author": "Preston Skupinski",
13 "contributors": [
14 "Dmitry Shirokov <deadrunk@gmail.com>"
15 ],
16 "licenses": [
17 {
18 "type": "ISC",
19 "url": "https://github.com/pskupinski/node-btc-e/blob/master/LICENSE.txt"
20 }
21 ],
22 "dependencies": {
23 "request": "2.49.0"
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/pskupinski/node-btc-e"
28 },
29 "main": "btc-e.js",
30 "engines": {
31 "node": ">=0.8"
32 },
33 "version": "1.0.5"
34}