{
  "name": "fv",
  "version": "0.0.19",
  "description": "FormVision is a node.js library for extracting data from scanned forms",
  "keywords": [
    "graphics",
    "vision",
    "barcode",
    "barcodes",
    "ocr",
    "omr",
    "checkbox",
    "checkboxes",
    "form",
    "forms"
  ],
  "homepage": "https://github.com/creatale/node-fv",
  "bugs": {
    "url": "https://github.com/creatale/node-fv/issues"
  },
  "author": "Christoph Schulz <christoph.schulz@creatale.de>",
  "contributors": [
    "Wolfgang Fellger <wolfgang.fellger@creatale.de>"
  ],
  "main": "./lib/index",
  "repository": {
    "type": "git",
    "url": "git://github.com/creatale/node-fv.git"
  },
  "dependencies": {
    "async": "^2.6.1",
    "dv": "^2.2.0",
    "minimist": "^1.1.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "coffee-coverage": "^3.0.0",
    "coffeescript": "^2.3.1",
    "mocha": "^5.2.0"
  },
  "scripts": {
    "prepublish": "cake build",
    "test": "node_modules/.bin/mocha test/*.coffee"
  },
  "license": "MIT"
}
