-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.23 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
36
37
38
39
40
41
42
43
{
"files": [
"highcharts-contour.js",
"LICENSE"
],
"name": "highcharts-contour",
"version": "1.10.3",
"description": "Displays contour curves from math functions and sampled data.",
"main": "highcharts-contour.js",
"repository": {
"type": "git",
"url": "git+https://github.com/paulo-raca/highcharts-contour.git"
},
"keywords": [
"heatmap",
"contour",
"highcharts",
"highcharts-addon"
],
"demo": [
"https://jsfiddle.net/cnft1xog/",
"https://jsfiddle.net/e08kmdwh/",
"https://jsfiddle.net/0Ljcotw8/",
"https://jsfiddle.net/zpxaws8g/",
"https://jsfiddle.net/eL3yzpq0/",
"https://jsfiddle.net/aznt8vh6/",
"https://jsfiddle.net/xsyzo2fq/",
"https://jsfiddle.net/1gjzca60/"
],
"author": "Paulo Costa <eu@paulo.costa.nom.br>",
"license" : "Unlicense",
"bugs": {
"url": "https://github.com/paulo-raca/highcharts-contour/issues"
},
"homepage": "https://github.com/paulo-raca/highcharts-contour#readme",
"dependencies": {
"highcharts": ">=9.0.0"
},
"optionalDependencies": {
"delaunay-fast": ">=1.0.1",
"cdt2d": ">=1.0.0"
}
}