{
  "name": "office-to-pdf",
  "version": "4.0.0",
  "description": "Converts office documents (buffer) like .doc .docx .ppt .pptx to pdf",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "pdf",
    "word",
    "doc",
    "docx",
    "ppt",
    "pptx",
    "office",
    "libreoffice"
  ],
  "author": "Janek Rahrt",
  "license": "ISC",
  "dependencies": {
    "temporary": "^0.0.8",
    "tmp": "^0.0.31"
  }
}
