UNPKG

table-export

Version:

table export, support json、csv、txt、xml、word、excel、image、pdf

42 lines (41 loc) 940 B
{ "name": "table-export", "version": "1.0.2", "description": "table export, support json、csv、txt、xml、word、excel、image、pdf", "main": "dist/tableExport.js", "scripts": { "dev": "webpack --watch", "build": "webpack -p", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/huanz/tableExport.git" }, "keywords": [ "export", "table", "image", "pdf", "word", "excel", "doc", "xls", "csv", "json", "xml", "txt" ], "author": "bukas", "license": "ISC", "bugs": { "url": "https://github.com/huanz/tableExport/issues" }, "homepage": "https://github.com/huanz/tableExport#readme", "devDependencies": { "blueimp-canvas-to-blob": "^3.7.0", "file-saver": "^1.3.3", "jspdf": "http://github.com/MrRio/jsPDF/archive/master.tar.gz", "webpack": "^2.4.1" } }