forked from albertcui/pdf-parse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@c-barron/pdf-parse",
"version": "1.1.2",
"description": "Pure javascript cross-platform module to extract text from PDFs.",
"main": "index.js",
"keywords": [
"pdf-parse",
"pdf-crawler",
"xpdf",
"pdf.js",
"pdfreader",
"pdf-extractor",
"pdf2json",
"j-pdfjson",
"pdf-parser",
"pdf-extract",
"pdf-extractor",
"pdf-to-text",
"pdf-text-extract",
"pdfjs",
"server side PDF parsing",
"pdf metadata"
],
"dependencies": {
"debug": "^3.1.0",
"node-ensure": "^0.0.0"
},
"devDependencies": {
"mocha": "^4.0.1"
},
"scripts": {
"test": "node node_modules/mocha/bin/_mocha --recursive --slow 10000",
"start": "node index.js"
},
"homepage": "https://github.com/c-barron/pdf-parse",
"bugs": {
"url": "https://github.com/c-barron/pdf-parse/issues",
"email": "info@barron.health"
},
"repository": {
"type": "git",
"url": "https://github.com/c-barron/pdf-parse.git"
},
"author": "Christine Barron <christine@barron.health>",
"license": "MIT",
"engines": {
"node": ">=6.8.1"
}
}