mirror of https://gitee.com/karson/fastadmin.git
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "jspdf-autotable",
|
|
"homepage": "https://github.com/simonbengtsson/jspdf-autotable",
|
|
"description": "Generate PDF tables or lists with javascript and jsPDF",
|
|
"main": "dist/jspdf.plugin.autotable.js",
|
|
"dependencies": {
|
|
"jspdf": "~1.0.178"
|
|
},
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"pdf",
|
|
"table"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": []
|
|
}
|