forked from apache/echarts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
29 lines (29 loc) · 791 Bytes
/
bower.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
{
"name": "echarts",
"version": "2.0.3",
"homepage": "http://echarts.baidu.com",
"repository": "git://github.com/ecomfe/echarts",
"authors": [
{ "name": "Kener", "email": "[email protected]" },
{ "name": "Pissang", "email": "[email protected]" },
{ "name": "Erik", "email": "[email protected]" },
{ "name": "Yangji", "email": "[email protected]" }
],
"description": "Enterprise Charts 【Baidu Hi : 1379172 | Email : [email protected]】",
"main": ["build/echarts-plain-original.js", "build/echarts-plain-original-map.js"],
"keywords": [
"baidu",
"echarts",
"canvas",
"data visualization"
],
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}