-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.52 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
{
"name": "aistock",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "babel-node ./src/bin/www",
"build": "babel src --out-dir lib",
"test": "mocha",
"doc": "jsdoc -c ./jsdoc.json",
"es5": "babel -d lib/src/app src/app",
"es5_t": "babel -d lib/test test",
"debug_t": "node --debug ./lib/test/exec/core/webdriver/test.js",
"debug": "node --debug ./lib/bin/www",
"debugSrv": "node-inspector",
"wdSrv": "selenium-standalone start",
"wdio": "wdio repl chrome"
},
"dependencies": {
"body-parser": "~1.16.0",
"cli-table2": "^0.2.0",
"cookie-parser": "~1.4.3",
"datejs": "^1.0.0-rc3",
"debug": "~2.6.0",
"express": "~4.14.1",
"express-handlebars": "^3.0.0",
"file-stream-rotator": "^0.1.0",
"fs": "0.0.1-security",
"google-finance2": "0.0.2",
"jfs": "^0.2.6",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"morgan": "^1.7.0",
"node-dde": "^0.1.0",
"numeral": "^2.0.6",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"robotjs": "^0.4.7",
"serve-favicon": "~2.3.2",
"talib-c": "^1.0.21",
"technicalindicators": "^0.2.25",
"webdriverio": "^4.8.0",
"ws": "^2.3.1"
},
"author": "zlq4863947<[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-cli": "^6.24.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
"babel-plugin-transform-es2015-parameters": "^6.23.0",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-strict-mode": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"css-loader": "^0.28.0",
"docdash": "^0.4.0",
"extract-text-webpack-plugin": "^2.1.0",
"fast-csv": "^2.4.0",
"html-webpack-plugin": "^2.28.0",
"japanese-holidays": "^1.0.6",
"jsdom": "^9.12.0",
"json-loader": "^0.5.4",
"log4js": "^1.1.1",
"mocha": "^3.2.0",
"mysql2": "^1.2.0",
"node-schedule": "^1.2.1",
"timelineplayer": "git://github.com/thunder9/timelineplayer.js.git"
}
}