-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
63 lines (63 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
56
57
58
59
60
61
62
63
{
"_from": "QATradeChart",
"_inBundle": false,
"_location": "QATradeChart",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "QATradeChart",
"name": "QATradeChart",
"escapedName": "QATradeChart",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_spec": "QATradeChart",
"_where": "E:\\QATradeChart",
"author": "yutiansut",
"bugs": {
"url": "https://github.com/yutiansut/QATradeChart/issues"
},
"deprecated": false,
"description": "QATradeChart",
"devDependencies": {
"@babel/core": "^7.0.0-beta.36",
"@babel/preset-env": "^7.0.0-beta.36",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^0.28.7",
"file-loader": "^1.1.6",
"firebase": "^4.8.1",
"html-loader": "^0.5.1",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
},
"directories": {
"example": "examples",
"lib": "lib"
},
"homepage": "https://github.com/yutiansut/QATradeChart",
"keywords": [
"kline"
],
"license": "MIT",
"main": "dist/kline.js",
"name": "qatradechart",
"repository": {
"type": "git",
"url": "git+https://github.com/yutiansut/QATradeChart.git"
},
"scripts": {
"dev": "webpack --progress --colors --watch",
"pack": "webpack --progress --colors"
},
"version": "1.0.0",
"dependencies": {}
}