-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "z-kline",
"version": "2.3.2",
"description": "k线,分时图,深度图",
"main": "KLine.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config ./webpack-build.config.js",
"server": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zzcwoshizz/z-kline.git"
},
"keywords": [
"k线,分时图,深度图,canvas"
],
"author": "Zhichao Zhang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zzcwoshizz/z-kline/issues"
},
"homepage": "https://github.com/zzcwoshizz/z-kline#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.24.0",
"babel-runtime": "^6.23.0",
"cors": "^2.8.3",
"cross-env": "^3.2.4",
"es": "^0.5.2",
"eslint": "^3.18.0",
"eslint-loader": "^1.7.0",
"eslint-plugin-babel": "^4.1.1",
"express": "^4.15.2",
"request": "^2.81.0",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
}
}