UNPKG

pdf-to-text

Version:
38 lines (37 loc) 744 B
{ "name": "pdf-to-text", "version": "0.0.7", "description": "Extract the text from pdf files", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git@github.com:zetahernandez/pdf-to-text.git" }, "keywords": [ "pdf", "text", "extract", "convert", "parse", "info", "pdf-to-text", "pdftotext", "nodejs" ], "author": "Fernando Hernandez", "license": "ISC", "bugs": { "url": "https://github.com/zetahernandez/pdf-to-text/issues" }, "homepage": "https://github.com/zetahernandez/pdf-to-text", "devDependencies": { "mocha": "~1.21.4", "should": "~4.0.4" } }