forked from VertigoRay/GDAXBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 908 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
41
42
{
"name": "gdax-trader",
"version": "0.1.4",
"description": "GDAX Automated Trading",
"main": "main.js",
"scripts": {
"start": "node . "
},
"repository": "https://gitlab.com/VertigoRay/GDAX",
"keywords": [
"demo"
],
"author": "VertigoRay",
"license": "",
"devDependencies": {},
"dependencies": {
"blessed": "^0.1.81",
"config": "^1.26.1",
"drawille": "^1.1.0",
"events": "^1.1.1",
"fs": "0.0.1-security",
"gdax": "~0.4.2",
"glob": "^7.1.2",
"js-yaml": "^3.9.0",
"lodash": "^4.17.4",
"log": "^1.4.0",
"os-utils": "0.0.14",
"path": "^0.12.7",
"pretty-bytes": "^4.0.2",
"sprintf-js": "^1.1.1",
"stats-lite": "^2.1.0",
"terminal-kit": "^1.11.1",
"threads": "^0.8.1",
"trading_bot": "^2.1.0",
"uuid": "^3.1.0",
"winston": "^2.3.1"
},
"jshintConfig": {
"esversion": 6,
"node": true
}
}