forked from DeviaVir/zenbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.61 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "zenbot4",
"version": "4.0.5",
"description": "Cryptocurrency trading bot",
"bugs": "https://github.com/carlos8f/zenbot/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/carlos8f/zenbot.git"
},
"main": "./index.js",
"bin": {
"zenbot": "./zenbot.sh"
},
"dependencies": {
"@slack/client": "^3.14.0",
"async": "^2.5.0",
"bitfinex-api-node": "^1.2.0",
"bitstamp": "^1.0.4",
"bl": "^1.2.1",
"btce": "^0.4.2",
"ccxt": "^1.10.119",
"cexio-api-node": "^1.0.4",
"cliff": "^0.1.10",
"codemap": "^1.3.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"forex.analytics": "mkmarek/forex.analytics#7bc278987700d4204e959af17de61495941d1a14",
"gdax": "^0.4.2",
"gemini-api": "^2.0.4",
"glob": "^7.1.1",
"har-validator": "^5.0.3",
"idgen": "^2.0.2",
"kraken-api": "github:xma/npm-kraken-api#zenbot",
"micro-request": "^666.0.10",
"mime": "^1.4.0",
"minimist": "^1.2.0",
"moment": "^2.18.1",
"mongodb": "^2.2.31",
"node-prowl": "^0.1.7",
"node-uuid": "^1.4.8",
"node.bittrex.api": "^0.2.5",
"number-abbreviate": "^2.0.0",
"numbro": "carlos8f/numbro",
"poloniex.js": "0.0.7",
"progress": "^2.0.0",
"pushbullet": "2.0.0",
"pusher-js": "^4.1.0",
"quadrigacx": "0.0.7",
"run-parallel": "^1.1.6",
"run-series": "^1.1.4",
"semver": "^5.4.1",
"simple-xmpp": "^1.3.0",
"sosa_mongo": "^1.0.3",
"talib": "^1.0.3",
"timebucket": "^0.4.0",
"ws": "^3.2.0",
"zero-fill": "^2.2.3"
},
"devDependencies": {
"eslint": "^4.7.1"
}
}