-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1018 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
43
44
45
{
"name": "pdfdata",
"version": "0.2.7",
"description": "node.js client library for PDFDATA.io (PDF data extraction as-a-service)",
"keywords": [
"pdf",
"data",
"text",
"forms",
"image",
"extraction",
"conversion",
"api"
],
"homepage": "https://github.com/pdfdata/pdfdata-node",
"author": "PDFDATA.io <[email protected]> (https://www.pdfdata.io)",
"contributors": [
"Chas Emerick <[email protected]>"
],
"repository": {
"type": "git",
"url": "[email protected]:pdfdata/pdfdata-node.git"
},
"bugs:": "https://github.com/pdfdata/pdfdata-node/issues",
"engines": {
"node": ">= v0.10.0"
},
"main": "lib/pdfdata.js",
"devDependencies": {
"chai": "~1.10.0",
"chai-as-promised": "~4.1.1",
"mocha": "~2.1.0",
"image-size": "0.5.0"
},
"dependencies": {
"bluebird": "^2.10.2",
"object-assign": "^4.1.0",
"request": "2.74.0",
"request-promise": "^4.1.1"
},
"license": "MIT",
"scripts": {
"test": "mocha"
}
}