jspdf-autotable
Version:
Generate pdf tables with javascript (jsPDF plugin)
42 lines (41 loc) • 1.3 kB
JSON
{
"name": "jspdf-autotable",
"version": "2.0.19",
"description": "Generate pdf tables with javascript (jsPDF plugin)",
"main": "dist/jspdf.plugin.autotable.js",
"directories": {
"example": "examples"
},
"dependencies": {
"jspdf": "^1.0.272"
},
"devDependencies": {
"babel-preset-es2015-rollup": "^1.1.1",
"nodemon": "^1.8.1",
"rollup": "^0.25.1",
"rollup-plugin-babel": "^2.3.9",
"uglify-js": "^2.4.24"
},
"scripts": {
"start": "nodemon --watch src -e js,ts build.js develop",
"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/"
}