-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 949 Bytes
/
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
{
"name": "pdf-toolz",
"version": "1.1.8",
"description": "NodeJS PDF utilities",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rapidfacture/pdf-toolz.git"
},
"keywords": [
"PDF",
"Split",
"Combine",
"Overlay",
"pdftk",
"gs"
],
"author": "Rapidfacture GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Rapidfacture/pdf-toolz/issues"
},
"homepage": "https://github.com/Rapidfacture/pdf-toolz#readme",
"dependencies": {
"babel-runtime": "^6.26.0",
"bereich": "^1.0.0",
"lodash": "^4.17.5",
"mz": "^2.7.0",
"pdfjs-dist": "^2.0.489",
"require-native-executable": "^1.0.1",
"shelljs": "^0.8.1",
"with-tmp-dir-promise": "^1.1.2"
},
"devDependencies": {
"chai": "^4.1.2",
"file-type": "^7.6.0",
"mocha": "^5.1.0"
}
}