-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 873 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
{
"name": "gdax-multipong",
"version": "1.0.0",
"description": "Multibucket range trading bot for GDAX",
"main": "multipong.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msolters/gdax-realtime-balance.git"
},
"author": "Mark Solters",
"license": "MIT",
"bugs": {
"url": "https://github.com/msolters/gdax-realtime-balance/issues"
},
"engines": {
"node": ">=7.8.0"
},
"homepage": "https://github.com/msolters/gdax-realtime-balance#readme",
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.5",
"coinbase": "^2.0.6",
"gdax": "git://github.com/coinbase/gdax-node",
"lokijs": "^1.5.1",
"moment": "^2.19.1",
"moment-timezone": "^0.5.14",
"underscore": "^1.8.3",
"uuid": "^3.1.0"
}
}