@dsardar099/pdf-to-html
Version:
PDF to HTML (pdf2htmlex) shell wrapper
32 lines (31 loc) • 668 B
JSON
{
"name": "@dsardar099/pdf-to-html",
"version": "1.0.6",
"url": "https://github.com/dsardar099/pdf-to-html/issues",
"description": "PDF to HTML (pdf2htmlex) shell wrapper",
"main": "index.js",
"scripts": {
"test": "nyc mocha"
},
"dependencies": {},
"devDependencies": {
"mocha": "^5.1.0",
"nyc": "^11.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dsardar099/pdf-to-html.git"
},
"bin": {
"pdftohtml": "./bin/cli.js"
},
"keywords": [
"pdf2htmlex",
"shelljs",
"pdf",
"html5",
"converter"
],
"author": "Dwaipayan Sardar",
"license": "ISC"
}