{
  "_args": [
    [
      "jspdf-autotable@2.0.17",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "jspdf-autotable@2.0.17",
  "_id": "jspdf-autotable@2.0.17",
  "_inBundle": false,
  "_integrity": "sha1-usPRFK4S1E4NeXVjTROZ+GZxbHc=",
  "_location": "/jspdf-autotable",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jspdf-autotable@2.0.17",
    "name": "jspdf-autotable",
    "escapedName": "jspdf-autotable",
    "rawSpec": "2.0.17",
    "saveSpec": null,
    "fetchSpec": "2.0.17"
  },
  "_requiredBy": [
    "/tableexport.jquery.plugin"
  ],
  "_resolved": "https://registry.npmjs.org/jspdf-autotable/-/jspdf-autotable-2.0.17.tgz",
  "_spec": "2.0.17",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Simon Bengtsson",
    "email": "simongbe@gmail.com",
    "url": "simonbengtsson.com"
  },
  "bugs": {
    "url": "https://github.com/simonbengtsson/jsPDF-AutoTable/issues"
  },
  "dependencies": {
    "jspdf": "^1.0.272"
  },
  "description": "Generate PDF tables with jsPDF",
  "devDependencies": {
    "babel": "^5.8.23",
    "uglify-js": "^2.4.24"
  },
  "directories": {
    "example": "examples"
  },
  "homepage": "https://github.com/simonbengtsson/jsPDF-AutoTable#readme",
  "keywords": [
    "pdf",
    "table",
    "jspdf"
  ],
  "license": "MIT",
  "main": "dist/jspdf.plugin.autotable.js",
  "name": "jspdf-autotable",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simonbengtsson/jsPDF-AutoTable.git"
  },
  "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",
    "deploy": "git push && git push --tags && npm publish && npm run hosted",
    "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",
    "test": "echo 'To test, manually open the examples.html and check that all examples looks good.'",
    "version": "npm run build && git add -A dist"
  },
  "version": "2.0.17"
}
