forked from ctubio/Krypto-trading-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
{
"name": "K.UI",
"version": "4.0.0",
"description": "Self-hosted crypto trading bot (automated high frequency market making) in node.js, angular, typescript and c++",
"dependencies": {
"@angular/common": "^6.1.4",
"@angular/compiler": "^6.1.4",
"@angular/core": "^6.1.4",
"@angular/forms": "^6.1.4",
"@angular/http": "^6.1.4",
"@angular/platform-browser": "^6.1.4",
"@angular/platform-browser-dynamic": "^6.1.4",
"@angular/router": "^6.1.4",
"ag-grid": "^18.1.2",
"ag-grid-angular": "^18.1.0",
"angular2-highcharts": "^0.5.5",
"babel-core": "^6.26.3",
"babel-preset-babili": "0.1.4",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"highcharts": "^6.1.1",
"ng4-popover": "^1.0.23",
"reflect-metadata": "^0.1.12",
"rxjs": "6.2.2",
"rxjs-compat": "^6.2.2",
"sass": "^1.13.0",
"typescript": "3.0.1",
"uglify-es": "^3.3.9",
"zone.js": "^0.8.26"
},
"homepage": "https://github.com/ctubio/Krypto-trading-bot",
"bugs": "https://github.com/ctubio/Krypto-trading-bot/issues",
"repository": {
"type": "git",
"url": "[email protected]:ctubio/Krypto-trading-bot.git"
},
"author": "Michael Grosner",
"contributors": [
{
"name": "Carles Tubio"
}
],
"os": [
"darwin",
"linux"
],
"license": "(ISC OR MIT)"
}