-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.09 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
50
51
52
{
"name": "pdf-thumbnail",
"version": "1.0.6",
"description": "pdf-thumbnail creates a thumbnail of the first page of a pdf file",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nicofuccella/pdf-thumbnail.git"
},
"author": "Nicolò Fuccella",
"contributors": [
{
"name": "Nicolò Fuccella",
"email": "[email protected]"
},
{
"name": "Nicola Guerra",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nicofuccella/pdf-thumbnail/issues"
},
"homepage": "https://github.com/nicofuccella/pdf-thumbnail#readme",
"devDependencies": {
"@soluzioni-futura/eslint-config-soluzioni-futura": "^1.1.0",
"eslint": "^5.12.1"
},
"dependencies": {
"gm": "^1.23.1",
"promise.waterfall": "^3.2.0"
},
"keywords": [
"thumbnail",
"pdf",
"gm",
"compress",
"crop",
"resize",
"preview",
"pdf2jpg",
"viewer",
"screen capture",
"document",
"stream",
"buffer",
"thumbnails",
"convert",
"jpg"
]
}