UNPKG

783 BJSONView Raw
1{
2 "name": "highcharts-grouped-categories",
3 "version": "1.1.7",
4 "description": "Highcharts plugin to add grouped categories to charts.",
5 "main": "grouped-categories.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/blacklabel/grouped_categories.git"
9 },
10 "keywords": [
11 "highcharts",
12 "grouped",
13 "categories",
14 "highcharts-addon"
15 ],
16 "author": "Black Label <start@blacklabel.pl> (http://blacklabel.pl)",
17 "license": "SEE LICENSE IN license.txt",
18 "bugs": {
19 "url": "https://github.com/blacklabel/grouped_categories/issues"
20 },
21 "homepage": "https://github.com/blacklabel/grouped_categories#readme",
22 "files": [
23 "grouped-categories.js"
24 ],
25 "devDependencies": {
26 "gulp": "^4.0.2",
27 "gulp-eslint": "^3.0.0"
28 }
29}