package.json 824 字节
{
  "name": "tableexport.jquery.plugin",
  "version": "1.6.7",
  "description": "html table export",
  "main": "tableExport.min.js",
  "dependencies": {
    "jquery": ">=1.9.1",
    "file-saver": ">=1.2.0",
    "html2canvas": ">=0.5.0-beta4",
    "jspdf": "1.0.272 || 1.1.239",
    "jspdf-autotable": "2.0.9 || 2.0.14"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hhurz/tableExport.jquery.plugin.git"
  },
  "bugs": {
    "url": "https://github.com/hhurz/tableExport.jquery.plugin/issues"
  },
  "keywords": [
    "html5",
    "javascript",
    "jquery",
    "export",
    "table"
  ],
  "author": "hhurz",
  "license": "MIT",
  "homepage": "https://github.com/hhurz/tableExport.jquery.plugin/",
  "ignore": [
    "libs",
    "test",
    "tools",
    "bower.json",
    "tableExport.js"
  ]
}