-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 897 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 897 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
{
"name": "Highcharts Axis arrow",
"version": "1.0.1",
"title": "Highcharts Axis arrow",
"author": {
"name": "john",
"url": "https://www.hcharts.cn/"
},
"licenses": [{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}],
"dependencies": {
"highcharts": "5.0.10"
},
"type": "plugin",
"description": "add axis arrow to highcharts",
"keywords": [
"axis",
"arrow"
],
"homepage": "https://github.com/hcharts/highcharts-axis-arrow",
"docs": "https://github.com/hcharts/highcharts-axis-arrow/blob/master/README.md",
"bugs": "https://github.com/hcharts/highcharts-axis-arrow/issues",
"download": "",
"demo": [
"https://raw.githubusercontent.com/hcharts/highcharts-axis-arrow/master/README.md",
""
],
"maintainers": [{
"name": "john",
"email": "john@jianshukeji.com",
"url": "https://www.hcharts.cn"
}]
}