{
  "name": "html-pdf-viewer",
  "description": "Client-side rendering of html to pdf with save and display options",
  "main": "dist/html-pdf-viewer.bundle.js",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "authors": [
    "Jefferson Aux <https://github.com/jeffraux>"
  ],
  "license": "MIT",
  "keywords": [
    "javascript",
    "pdf-generation",
    "pdf-display",
    "iframe",
    "html",
    "client-side",
    "canvas"
  ],
  "homepage": "https://github.com/jeffraux/html-pdf-viewer",
  "ignore": [
    "node_modules/",
    "bower_components/",
    ".archive/",
    ".devel/",
    ".babelrc"
  ]
}
