UNPKG

564 BJSONView Raw
1{
2 "name": "btc-e",
3 "description": "btc-e.com API client for node.js",
4 "homepage": "https://github.com/scud43/btc-e",
5 "keywords": ["btc-e", "btc", "ltc", "bitcoin", "litecoin"],
6 "author": "Preston Skupinski",
7 "licenses": [
8 {
9 "type": "ISC",
10 "url": "https://github.com/scud43/btc-e/blob/master/LICENSE.txt"
11 }
12 ],
13 "dependencies": {
14 "request": "2.16.6"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/scud43/btc-e"
19 },
20 "main": "btc-e.js",
21 "engines": {
22 "node": "~0.10"
23 },
24 "version": "0.0.3"
25}