{
  "name": "ndv",
  "version": "1.10.3",
  "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/thlorenz/ndv",
  "bugs": {
    "url": "https://github.com/thlorenz/ndv/issues"
  },
  "author": "creatale GmbH <contact@creatale.de>",
  "contributors": [
    "Christoph Schulz <schulzcbs@gmail.com>",
    "Wolfgang Fellger <wf@creatale.de>",
    "routix <backup32@yandex.ru>",
    "Christian Dittrich <christian.dittrich@creatale.de>",
    "chrox <chrox.huang@gmail.com>",
    "rashfael <rashfael@creatale.de>",
    "Thorsten Lorenz <thlorenz10@gmail.com>"
  ],
  "main": "./lib/dv",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/ndv.git"
  },
  "scripts": {
    "postinstall": "node-gyp clean",
    "test": "mocha test"
  },
  "dependencies": {
    "dv.data": "1.3.0",
    "nan": "~2.5.0",
    "node-gyp": "3.x"
  },
  "devDependencies": {
    "mocha": "2.x",
    "chai": "3.x"
  },
  "engines": {
    "node": ">=0.10.x"
  },
  "license": "MIT"
}
