-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
61 lines (61 loc) · 1.55 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
{
"name": "reative-gekko-strategy",
"version": "0.0.1",
"description": "A bot managing a bot making money.",
"main": "index.js",
"scripts": {
"all": "node index.js -u -r",
"trade": "node index.js -r",
"frontend": "node index.js -u",
"build": "npm install && grunt silent-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DustinJSilk/reactive-trader.git"
},
"keywords": [
"gekko",
"cryptocurrencies",
"bitcoin",
"trading",
"trader",
"bot"
],
"author": "Dustin J Silk",
"license": "MIT",
"bugs": {
"url": "https://github.com/DustinJSilk/reactive-trader/issues"
},
"homepage": "https://github.com/DustinJSilk/reactive-trader#readme",
"dependencies": {
"child": "0.0.3",
"commander": "2.12.2",
"ejs": "2.5.7",
"express": "4.16.2",
"genetic-js": "git+https://github.com/liranh85/genetic-js.git",
"javascript-stringify": "1.6.0",
"moment": "^2.20.1",
"mongojs": "2.4.1",
"node-schedule": "1.3.0",
"random-ext": "2.6.1",
"request": "2.83.0",
"request-promise": "4.2.2",
"socket.io": "2.0.4",
"stack-trace": "0.0.10",
"tablesort": "^5.0.2",
"uuid": "3.2.1"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-latest": "6.24.1",
"babelify": "8.0.0",
"grunt": "1.0.1",
"grunt-babel": "7.0.0",
"grunt-browserify": "5.2.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-notify": "0.4.5",
"load-grunt-tasks": "3.5.2"
}
}