forked from highcharts/highcharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 882 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
30
31
32
33
34
35
36
37
38
{
"name": "highcharts",
"version": "11.4.6",
"description": "JavaScript charting framework",
"main": "lib/highcharts.js",
"authors": [
"Highsoft AS <support@highcharts.com> (http://www.highcharts.com/about)"
],
"keywords": [
"charts",
"graphs",
"visualization",
"data",
"browserify",
"webpack"
],
"ignore": [
"build",
"copy-release.js",
"errors",
"exporting-server",
"generate-changelog.js",
"grunt-tasks",
"gruntfile.js",
"js",
"vendor",
"samples",
"studies",
"test",
"tools",
"utils",
".gitignore",
"build.md",
"build.properties",
"build.xml"
],
"license": "https://raw.githubusercontent.com/highcharts/highcharts/master/license.txt"
}