-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
35 lines (35 loc) · 1.01 KB
/
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
{
"files": [
"rounded-corners.js",
"LICENSE"
],
"name": "highcharts-rounded-corners",
"version": "1.0.7",
"description": "This plugin allows individually rounded corners in columns and bars. Improves the looks on stacked charts and allows better alignment to the threshold line.",
"main": "rounded-corners.js",
"repository": {
"type": "git",
"url": "git+https://github.com/highcharts/rounded-corners.git"
},
"keywords": [
"corners",
"rounded-corners",
"highcharts",
"highcharts-addon"
],
"author": {
"name": "Torstein Hønsi",
"url": "https://github.com/highslide-software"
},
"demo": [
"http://jsfiddle.net/highcharts/2TuCW/"
],
"license" : "MIT <LICENSE>",
"bugs": {
"url": "https://github.com/highcharts/rounded-corners/issues"
},
"homepage": "https://github.com/highcharts/rounded-corners#readme",
"dependencies": {
"highcharts": ">=3.0.0"
}
}