-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
47 lines (47 loc) · 1.01 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
{
"name": "node-pdfbox",
"version": "0.2.0",
"description": "Bridge module to library Apache PDFBox",
"main": "index.js",
"homepage": "http://objota.com.br",
"repository": {
"type": "git",
"url": "https://github.com/pedro-lucas/node-pdfbox"
},
"bugs": "https://github.com/pedro-lucas/node-pdfbox/issues",
"maintainers": [
{
"name": "Pedro Lucas",
"web": "http://objota.com.br"
}
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test",
"postinstall": "node post-install"
},
"keywords": [
"pdf",
"pdfbox",
"apache",
"node-pdfbox"
],
"author": "Pedro Lucas da Silva Junior <[email protected]>",
"license": "MIT",
"dependencies": {
"extend": "^3.0.0",
"find-java-home": "^0.1.4",
"java": "^0.8.0",
"when": "^3.7.7"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"gulp-clean": "^0.3.2",
"gulp-jasmine": "^2.3.0",
"gulp-shell": "^0.5.2",
"run-sequence": "^1.1.5"
}
}