forked from DeviaVir/zenbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 KB
/
package.json
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
50
{
"name": "zenbot4",
"version": "4.0.5",
"description": "Cryptocurrency trading bot",
"main": "./index.js",
"bin": {
"zenbot": "./zenbot.sh"
},
"dependencies": {
"async": "^2.5.0",
"bitfinex-api-node": "^1.0.1",
"bitstamp": "^1.0.1",
"bl": "^1.2.3",
"btce": "^0.4.2",
"codemap": "^1.3.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"forex.analytics": "git+https://github.com/mkmarek/forex.analytics.git#7bc278987700d4204e959af17de61495941d1a14",
"gdax": "^0.5.1",
"gemini-api": "^2.0.4",
"glob": "^7.1.1",
"har-validator": "^5.0.3",
"idgen": "^2.0.2",
"kraken-api": "^0.1.7",
"micro-request": "^666.0.10",
"mime": "^1.4.1",
"minimist": "^1.2.0",
"moment": "^2.19.3",
"mongodb": "^2.2.28",
"node-uuid": "^1.4.8",
"node.bittrex.api": "^0.2.5",
"number-abbreviate": "^2.0.0",
"numbro": "git+https://github.com/carlos8f/numbro.git",
"poloniex.js": "0.0.9",
"progress": "^2.0.0",
"pusher-js": "^4.1.0",
"quadrigacx": "0.0.7",
"run-parallel": "^1.1.6",
"run-series": "^1.1.4",
"semver": "^5.3.0",
"simple-xmpp": "^1.3.0",
"sosa_mongo": "^1.0.3",
"talib": "^1.0.3",
"timebucket": "^0.4.0",
"zero-fill": "^2.2.3"
},
"devDependencies": {
"eslint": "^4.0.0"
}
}