nfv
Version:
[Updated to use ndv package instead dv] FormVision is a node.js library for extracting data from scanned forms
49 lines (48 loc) • 1.11 kB
JSON
{
"name": "nfv",
"version": "0.0.17",
"description": "[Updated to use ndv package instead dv] 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/brmk/node-fv",
"bugs": {
"url": "https://github.com/brmk/node-fv/issues"
},
"author": "Christoph Schulz <christoph.schulz@creatale.de>",
"contributors": [
"Wolfgang Fellger <wolfgang.fellger@creatale.de>",
"Ihor Barmak <ihor.barmak@gmail.com>"
],
"main": "./lib/index",
"repository": {
"type": "git",
"url": "git://github.com/brmk/node-fv.git"
},
"dependencies": {
"async": "^1.3.0",
"glob": "^5.0.12",
"minimist": "^1.1.0",
"ndv": "^1.10.3"
},
"devDependencies": {
"chai": "^3",
"coffee-coverage": "^0.6.2",
"coffee-script": "^1.8.0",
"mocha": "^2.3.3"
},
"scripts": {
"prepublish": "cake build",
"test": "node_modules/.bin/mocha"
},
"license": "MIT"
}