-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
55 lines (55 loc) · 1.22 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
53
54
55
{
"name": "dv",
"version": "2.2.0",
"description": "DocumentVision is a node.js library for processing and understanding scanned documents",
"keywords": [
"graphics",
"vision",
"image",
"images",
"barcode",
"barcodes",
"ocr",
"omr",
"leptonica",
"tesseract",
"zxing"
],
"homepage": "https://github.com/creatale/node-dv",
"bugs": {
"url": "https://github.com/creatale/node-dv/issues"
},
"author": "creatale GmbH <[email protected]>",
"contributors": [
"Christoph Schulz <[email protected]>",
"Wolfgang Fellger <[email protected]>",
"routix <[email protected]>",
"Christian Dittrich <[email protected]>",
"chrox <[email protected]>",
"rashfael <[email protected]>"
],
"main": "./lib/dv",
"repository": {
"type": "git",
"url": "git://github.com/creatale/node-dv.git"
},
"scripts": {
"postinstall": "node-gyp clean",
"test": "mocha test"
},
"dependencies": {
"dv.data": "^1.4.0",
"nan": "^2.10.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
},
"optionalDependencies": {
"windows-build-tools": "^3.1.0"
},
"engines": {
"node": ">=6"
},
"license": "MIT"
}