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
| {
| "name": "echarts",
| "version": "2.2.7",
| "homepage": "http://echarts.baidu.com",
| "repository": "git://github.com/ecomfe/echarts",
| "authors": [
| { "name": "Kener", "email": "kener.linfeng@gmail.com" },
| { "name": "Pissang", "email": "shenyi.914@gmail.com" },
| { "name": "Erik", "email": "errorrik@gmail.com" },
| { "name": "Yangji", "email": "511415343@qq.com" }
| ],
| "description": "Enterprise Charts 【Baidu Hi : 1379172 | Email : echarts@baidu.com】",
| "main": ["build/dist/echarts.js"],
| "keywords": [
| "baidu",
| "echarts",
| "canvas",
| "data visualization"
| ],
| "license": "BSD",
| "ignore": [
| "**/.*",
| "node_modules",
| "bower_components",
| "test",
| "doc"
| ]
| }
|
|