-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 816 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 816 Bytes
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
{
"name": "pdf-stream-cli",
"version": "1.1.3",
"description": "PDF stream command line",
"repository": {
"type": "git",
"url": "https://github.com/citeccyr/pdf-stream.git"
},
"main": "index.js",
"bin" : {
"pdf-stream-cli": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pdf",
"stream",
"pipe",
"cli",
"tty",
"shell",
"command-line",
"terminal",
"transform",
"conversion",
"convert",
"text",
"json",
"extract",
"data",
"pdftotext",
"pdfjs",
"pdf.js"
],
"author": "Sergey N <mrauhu@yandex.ru>",
"license": "Apache-2.0",
"dependencies": {
"commander": "^2.9.0",
"pdf-stream": "^1.3.1",
"xhr2": "^0.1.4",
"xmldom": "^0.1.27"
}
}