UNPKG

jspdf-autotable

Version:
36 lines (35 loc) 1.22 kB
{ "name": "jspdf-autotable", "version": "2.0.8", "description": "Generate PDF tables with jsPDF", "main": "dist/jspdf.plugin.autotable.js", "directories": { "example": "examples" }, "dependencies": {}, "devDependencies": { "babel": "^5.8.23", "uglify-js": "^2.4.24" }, "scripts": { "build": "babel src/main.js | uglifyjs -o dist/jspdf.plugin.autotable.js --comments && babel src/main.js > dist/jspdf.plugin.autotable.src.js && node build updateVersion", "version": "npm run build && git add -A dist", "hosted": "git checkout gh-pages && git clean -f -d && npm run build && git add -A && git commit -m \"Updated to latest version\" && git push && git checkout master && git clean -f -d", "deploy": "git push && git push --tags && npm publish && npm run hosted" }, "repository": { "type": "git", "url": "git+https://github.com/someatoms/jsPDF-AutoTable.git" }, "keywords": [ "pdf", "table", "jspdf" ], "author": "Simon Bengtsson <simongbe@gmail.com> (simonbengtsson.com)", "license": "MIT", "bugs": { "url": "https://github.com/someatoms/jsPDF-AutoTable/issues" }, "homepage": "https://github.com/someatoms/jsPDF-AutoTable#readme" }