.bower.json
1.0 KB
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
44
45
46
47
48
49
50
{
"name": "tableexport.jquery.plugin",
"version": "1.10.26",
"description": "html table export",
"main": "tableExport.js",
"authors": [
"hhurz"
],
"license": "MIT",
"keywords": [
"html5",
"javascript",
"jquery",
"export",
"table"
],
"homepage": "https://github.com/hhurz/tableExport.jquery.plugin",
"dependencies": {
"jquery": ">=1.9.1",
"es6-promise": ">=4.2.4",
"file-saver": ">=1.2.0",
"html2canvas": "*",
"jspdf": ">=1.3.4",
"jspdf-autotable": "2.0.14 || 2.0.17",
"pdfmake": "^0.1.71"
},
"moduleType": [
"globals"
],
"ignore": [
".git",
".idea",
"package.json",
"package-lock.json",
"libs",
"node_modules",
"bower_components",
"test",
"tools"
],
"_release": "1.10.26",
"_resolution": {
"type": "version",
"tag": "v1.10.26",
"commit": "9cb9682775ef95e18d655deb425b3293549ed41b"
},
"_source": "https://github.com/hhurz/tableExport.jquery.plugin.git",
"_target": "~1.10.3",
"_originalSource": "tableExport.jquery.plugin"
}