-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
{ | ||
"name": "pdf2json", | ||
"version": "3.1.3", | ||
"description": "PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js", | ||
"version": "3.1.4", | ||
"description": "PDF file parser that converts PDF binaries to JSON and text, powered by porting a fork of PDF.JS to Node.js", | ||
"keywords": [ | ||
"pdf", | ||
"pdf parser", | ||
"pdf2json", | ||
"convert pdf to json", | ||
"convert pdf form to json", | ||
"server side PDF parser", | ||
"port pdf.js to node.js", | ||
"PDF to text", | ||
|
@@ -85,8 +86,7 @@ | |
"bundledDependencies": [ | ||
"@xmldom/xmldom" | ||
], | ||
"maintainers": [ | ||
{ | ||
"maintainers": [{ | ||
"name": "Modesty Zhang", | ||
"email": "[email protected]", | ||
"url": "http://www.codeproject.com/script/Articles/MemberArticles.aspx?amid=62372" | ||
|