123456789101112131415161718 |
- {
- "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": []
- }
|