forked from DeviaVir/zenbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 975 Bytes
/
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
{
"name": "zenbot4",
"version": "4.0.5",
"description": "Cryptocurrency trading bot",
"main": "./index.js",
"bin": {
"zenbot": "./zenbot.sh"
},
"dependencies": {
"bitfinex-api-node": "^1.0.1",
"bl": "^1.2.1",
"codemap": "^1.3.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"gdax": "^0.4.2",
"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.3.6",
"minimist": "^1.2.0",
"moment": "^2.18.1",
"mongodb": "^2.2.25",
"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.7",
"run-parallel": "^1.1.6",
"run-series": "^1.1.4",
"semver": "^5.3.0",
"sosa_mongo": "^1.0.3",
"timebucket": "^0.4.0",
"zero-fill": "^2.2.3"
},
"devDependencies": {
"eslint": "^4.0.0"
}
}