forked from ctubio/Krypto-trading-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 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
{
"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": "^5.1.1",
"@angular/compiler": "^5.1.1",
"@angular/core": "^5.1.1",
"@angular/forms": "^5.1.1",
"@angular/http": "^5.1.1",
"@angular/platform-browser": "^5.1.1",
"@angular/platform-browser-dynamic": "^5.1.1",
"@angular/router": "^5.1.1",
"ag-grid": "^15.0.0",
"ag-grid-angular": "^15.0.0",
"highcharts": "^6.0.4",
"angular2-highcharts": "^0.5.5",
"babel-core": "^6.26.0",
"babel-preset-babili": "0.1.4",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"ng4-popover": "^1.0.23",
"reflect-metadata": "^0.1.10",
"rxjs": "5.5.5",
"typescript": "2.6.2",
"uglify-es": "^3.2.2",
"zone.js": "^0.8.18"
},
"devDependencies": {
"benchmark": "^2.1.4",
"codacy-coverage": "^2.0.3",
"istanbul": "^1.0.0-alpha",
"istanbul-coveralls": "^1.0.3",
"mocha": "^4.0.1",
"ts-node": "^4.0.2"
},
"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)"
}