tableexport.jquery.plugin
Version:
36 lines (35 loc) • 642 B
JSON
{
"name": "tableExport.jquery.plugin",
"version": "1.9.1",
"main": "tableExport.min.js",
"license": "MIT",
"description": "html table export",
"authors": [
"hhurz",
"kayalshri"
],
"moduleType": [
"globals"
],
"dependencies": {
"jquery": ">=1.9.1",
"file-saver": ">=1.2.0",
"html2canvas": "*",
"jspdf": "1.1.239 || 1.3.2",
"jspdf-autotable": "2.0.14 || 2.0.17"
},
"keywords": [
"html5",
"javascript",
"jquery",
"export",
"table"
],
"ignore": [
"libs",
"test",
"tools",
"package.json",
"tableExport.js"
]
}