{
  "name": "htmltopdf",
  "version": "0.0.10",
  "description": "A node package to convert HTML to PDF, it supports sending in straight HTML and convert to PDF. It also supports sending in template in handlebars format with a data string and convert that to PDF",
  "main": "index.js",
  "dependencies": {
    "phantom": "^0.8.3",
    "handlebars": "^4.0.5"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/olafurjohannsson/htmltopdf.git"
  },
  "keywords": [
    "HTML",
    "html",
    "pdf",
    "PDF",
    "template",
    "htmltopdf",
    "html-to-pdf",
    "template",
    "htmltemplatetopdf",
    "html-template-to-pdf"
  ],
  "author": "Ólafur Aron Jóhannsson",
  "website": "http://olafurjohannsson.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/olafurjohannsson/htmltopdf/issues"
  },
  "homepage": "https://github.com/olafurjohannsson/htmltopdf"
}
