UNPKG

jspdf-autotable

Version:

Generate pdf tables with javascript (jsPDF plugin)

47 lines (46 loc) 1.54 kB
{ "name": "jspdf-autotable", "version": "2.0.29", "description": "Generate pdf tables with javascript (jsPDF plugin)", "main": "dist/jspdf.plugin.autotable.js", "directories": { "example": "examples" }, "dependencies": { "babel-polyfill": "^6.9.1", "core-js": "^2.4.1", "jspdf": "github:mrrio/jsPDF#76edb3387cda3d5292e212765134b06150030364" }, "devDependencies": { "babel-preset-es2015-rollup": "^1.1.1", "core-js-builder": "^2.4.1", "nodemon": "^1.10.0", "rollup": "^0.34.1", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-commonjs": "^3.3.1", "rollup-plugin-node-resolve": "^1.7.1", "uglify-js": "^2.7.0" }, "scripts": { "start": "nodemon --watch src build.js develop & static examples -a 0.0.0.0", "build": "node build.js build", "version": "npm run build && git add -A dist && git add -A examples/libs", "hosted": "git checkout gh-pages && 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": "https://github.com/simonbengtsson/jsPDF-AutoTable.git" }, "keywords": [ "pdf", "table", "jspdf" ], "author": "Simon Bengtsson <dev@simonbengtsson.com>", "license": "MIT", "bugs": { "url": "https://github.com/simonbengtsson/jsPDF-AutoTable/issues" }, "homepage": "https://simonbengtsson.github.io/jsPDF-AutoTable/" }