docx-pdf
Version:
Package to convert docx file to pdf
25 lines • 599 B
JSON
{
"name": "docx-pdf",
"version": "0.0.1",
"description": "Package to convert docx file to pdf",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "\"https://github.com/SunilRumbaLama/docxToPdf\""
},
"keywords": [
"docx",
"pdf",
"docxtopdf",
"convertdocxtopdf"
],
"author": "Sunil Lama <rumba.alex47@gmail.com> (http://stackoverflow.com/users/5523066/sunil-lama?tab=profile)",
"license": "MIT",
"dependencies": {
"html-pdf": "^2.1.0",
"mammoth": "^1.3.4"
}
}