-
Notifications
You must be signed in to change notification settings - Fork 37
/
bower.json
43 lines (43 loc) · 875 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
39
40
41
42
43
{
"name": "highcharts-export-clientside",
"main": "highcharts-export-clientside.js",
"version": "1.1.4",
"homepage": "http://a----.github.io/highcharts-export-clientside/",
"authors": [
"A---- <[email protected]>"
],
"description": "Module for Highcharts to export charts client-side",
"moduleType": [
"node"
],
"keywords": [
"highcharts",
"export",
"charts",
"jpeg",
"jpg",
"png",
"pdf",
"svg",
"csv",
"xls"
],
"license": "Public Domain",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"example.html"
],
"dependencies": {
"jspdf": "^1.0.272",
"highcharts": "^4.1.1",
"export-csv": "https://github.com/highslide-software/export-csv.git"
},
"devDependencies": {
"bootstrap": "^3.3.2",
"jquery": "^1.9.0"
}
}