-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
86 lines (86 loc) · 2.15 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "einstoc",
"version": "1.0.0",
"description": "stock trading simulator with machine learning algorithms",
"main": "index.js",
"scripts": {
"start": "$(npm bin)/nodemon server/index.js",
"test": "$(npm bin)/mocha",
"startdb": "postgres -D /usr/local/var/postgres"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrr19-re-jx/EinStoc.git"
},
"keywords": [
"stock",
"trading",
"machine",
"learning"
],
"author": "Team RE-JX",
"license": "ISC",
"bugs": {
"url": "https://github.com/hrr19-re-jx/EinStoc/issues"
},
"engines": {
"node": "6.3.1"
},
"homepage": "https://github.com/lhawes/EinStoc#readme",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-chart.js": "^1.0.3",
"angular-jwt": "^0.1.8",
"angular-lock": "^1.0.5",
"angular-material": "^1.1.1",
"angular-messages": "^1.5.8",
"angular-route": "^1.5.8",
"angular-ui-router": "^0.3.2",
"aws-sdk": "^2.6.15",
"axios": "^0.15.2",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-router": "0.0.1",
"forestjs": "^1.0.0",
"gauss": "^0.2.12",
"google-finance": "^0.1.7",
"highcharts-ng": "0.0.13",
"linear-algebra": "^3.1.3",
"lodash": "^4.16.6",
"machine_learning": "^0.1.1",
"ml-knn": "^1.0.0",
"ml-naivebayes": "^1.0.3",
"ml-svm": "^2.1.2",
"moment": "^2.16.0",
"mongoose": "^4.6.4",
"morgan": "^1.7.0",
"no-favicon": "0.0.1",
"nodemon": "^1.11.0",
"numeric": "^1.2.6",
"open": "0.0.5",
"path": "^0.12.7",
"pg": "^6.1.0",
"request": "^2.76.0",
"sequelize": "^3.25.0",
"simple-statistics": "^2.2.0",
"synaptic": "^1.0.8",
"ta-lib.ema": "0.0.4",
"ta-lib.stddev": "0.0.1",
"ta-lib.sum": "0.0.2",
"underscore": "^1.8.3",
"yahoo-finance": "^0.2.14"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"mocha": "^3.1.2"
}
}