forked from theapsgroup/scissors
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 817 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 817 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
{
"name": "scissors",
"version": "0.2.3",
"description": "PDF manipulation in Node.js, based on PDFTK.",
"main": "scissors.js",
"dependencies": {
"any-promise": "^1.3.0",
"async": "^2.4.0",
"bufferjs": "^3.0.1",
"bufferstream": "^0.6.2",
"temp": "^0.8.1",
"rimraf": "^2.6.2"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"assert-diff": "^1.2.0",
"mocha": "^3.5.3",
"stream-to-promise": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tcr/scissors.git"
},
"author": "Tim Cameron Ryan (@tcr) and others",
"license": "MIT",
"readmeFilename": "README.md",
"keywords": [
"pdf",
"manipulation",
"postscript",
"ghostscript",
"document",
"split",
"join",
"crop",
"PDFTK"
]
}