You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
845 B
38 lines
845 B
{
|
|
"name": "tableexport.jquery.plugin",
|
|
"version": "1.9.11",
|
|
"description": "html table export",
|
|
"main": "tableExport.min.js",
|
|
"dependencies": {
|
|
"jquery": ">=1.9.1",
|
|
"file-saver": ">=1.2.0",
|
|
"html2canvas": ">=0.5.0-beta4",
|
|
"jspdf": "1.3.2 - 1.3.4",
|
|
"jspdf-autotable": "2.0.14 || 2.0.17",
|
|
"xlsx": ">=0.12.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hhurz/tableExport.jquery.plugin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hhurz/tableExport.jquery.plugin/issues"
|
|
},
|
|
"keywords": [
|
|
"html5",
|
|
"javascript",
|
|
"jquery",
|
|
"export",
|
|
"table"
|
|
],
|
|
"author": "hhurz",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/hhurz/tableExport.jquery.plugin/",
|
|
"ignore": [
|
|
"libs",
|
|
"test",
|
|
"tools",
|
|
"bower.json",
|
|
"tableExport.js"
|
|
]
|
|
}
|
|
|