forked from apache/echarts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 989 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "echarts",
"version": "3.1.7",
"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"
},
"scripts": {
"prepublish": "node build/amd2common.js"
},
"dependencies": {
"zrender": "^3.0.8"
},
"devDependencies": {
"zrender": "^3.0.8",
"escodegen": "^1.8.0",
"esprima": "^2.7.2",
"estraverse": "^4.1.1",
"fs-extra": "^0.26.5",
"glob": "^7.0.0",
"webpack": "^1.12.13"
}
}