IT-KIMI_SHI\SINOIT.KIMI
2018-12-07 50eb1d766c470dc6ff927199eaee934f972a8b70
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
{
    "name": "infovis-designer",
    "version": "1.0.0",
    "description": "玖道科技数据可视化设计器",
    "main": "main.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "prepublish": "node build/amd2common.js"
    },
    "repository": {
        "type": "git",
        "url": ""
    },
    "keywords": [
        "designer",
        "visualization"
    ],
    "dependencies": {
        "echarts": "^3.1.10",
        "ajv": "^4.1.3",
        "json-query": "^2.1.0"
    },
    "devDependencies": {
        "css-loader": "^0.23.0",
        "style-loader": "^0.13.0",
        "json-loader": "^0.5.4",
        "fs-extra": "^0.26.5",
        "glob": "^7.0.0",
        "webpack": "^1.13.0",
        "webpack-dev-server": "^1.14.1",
        "json-fn": "^0.60.0"
    },
    "author": [
        {
            "name": "CSJ",
            "email": "caoshengjie@jiudaotech.com"
        }
    ],
    "license": "MIT"
}