node-pdftotext
Version:
A npm module wrapping the `pdftotext` utitility software
24 lines (23 loc) • 633 B
JSON
{
"name": "node-pdftotext",
"version": "1.0.4",
"description": "A npm module wrapping the `pdftotext` utitility software",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/vibhor1997a/node-pdftotext.git",
"keywords": [
"pdf",
"pdf-to-text",
"pdftotext",
"text"
],
"author": "vibhor agrawal <vibhor349a@rediffmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vibhor1997a/node-pdftotext/issues"
},
"homepage": "https://github.com/vibhor1997a/node-pdftotext#readme",
"private": false
}