forked from apache/echarts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 882 Bytes
/
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
{
"name": "echarts",
"version": "3.0.0",
"description": "A powerful charting and visualization library for browser",
"keywords": [
"visualization",
"canvas"
],
"homepage": "http://echarts.baidu.com/",
"author": [{
"name": "Kenner",
"email": "[email protected]"
}, {
"name": "Yi Shen",
"url": "https://github.com/pissang"
}, {
"name": "Shuang Su",
"url": "https://github.com/100pah"
}],
"contributors": [{
"name": "erik",
"email": "[email protected]"
}],
"repository": {
"type": "git",
"url": "https://github.com/ecomfe/echarts.git"
},
"main": "dist/echarts.min.js",
"browserify": "dist/echarts.min.js",
"files": [
"dist",
"src"
],
"devDependencies": {
"zrender": "~3.0.0"
}
}