forked from apache/echarts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 934 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 934 Bytes
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
{
"name": "echarts",
"version": "3.1.2",
"description": "A powerful charting and visualization library for browser",
"keywords": [
"visualization",
"canvas"
],
"homepage": "http://echarts.baidu.com/",
"author": [
{
"name": "Kenner",
"email": "kener.linfeng@gmail.com"
},
{
"name": "Yi Shen",
"url": "https://github.com/pissang"
},
{
"name": "Shuang Su",
"url": "https://github.com/100pah"
}
],
"contributors": [
{
"name": "erik",
"email": "errorrik@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ecomfe/echarts.git"
},
"scripts": {
"prepublish": "node build/amd2common.js"
},
"dependencies": {
"zrender": "^3.0.3"
},
"devDependencies": {
"esprima": "^2.7.2",
"fs-extra": "^0.26.5",
"glob": "^7.0.0",
"webpack": "^1.12.13",
"zrender": "^3.0.3"
}
}