forked from passabilities/crypto-exchange
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "crypto-exchange",
"version": "2.2.3",
"description": "Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "./update-version.js && git add -A"
},
"repository": {
"type": "git",
"url": "git+https://github.com/passabilities/crypto-exchange.git"
},
"keywords": [
"crypto",
"exchange",
"api",
"bitcoin",
"altcoin",
"library",
"bittrex",
"btc-e",
"gdax",
"gemini",
"kraken",
"liqui",
"poloniex",
"yunbi"
],
"author": "Noah Passalacqua",
"license": "MIT",
"bugs": {
"url": "https://github.com/passabilities/crypto-exchange/issues"
},
"homepage": "https://github.com/passabilities/crypto-exchange#readme",
"dependencies": {
"bitfinex": "^1.0.3",
"coinbase": "^2.0.6",
"gdax": "github:passabilities/gdax-node#cb-accounts",
"gemini-api": "github:passabilities/gemini-api-node#deposit-address",
"kraken-api": "^0.1.7",
"lodash": "^4.17.4",
"node.bittrex.api": "^0.3.3",
"node.liqui.io": "^1.1.0",
"poloniex-api-node": "^1.3.1",
"prepend-file": "^1.3.1",
"yunbi-api-module": "^1.0.4"
}
}