UNPKG

node-openalpr-shinobi

Version:
57 lines (56 loc) 1.3 kB
{ "name": "node-openalpr-shinobi", "description": "Node.js OpenALPR Bindings", "version": "1.1.4", "license": "AGPL", "keywords": [ "bindings", "license", "plate", "recognition", "lpr", "openalpr" ], "author": { "name": "netPark", "email": "klawrence@netpark.us", "url": "https://www.netpark.us" }, "contributors": [ { "name": "Kevin Lawrence", "email": "klawrence@netpark.us" }, { "name": "Andrew Van Til", "email": "babgvant@github" }, { "name": "Moe Alam", "email": "github@m03.ca" } ], "repository": { "type": "git", "url": "git@github.com:Sneko/node-openalpr.git" }, "dependencies": { "fs-extra": "^0.23.1", "nan": "^2.0.5", "node-pre-gyp": "https://github.com/mapbox/node-pre-gyp.git#8036d17" }, "main": "./src/openalpr", "binary": { "module_name": "node_openalpr", "module_path": "release/{platform}_{arch}/", "host": "" }, "engines": { "node": ">= 4.0.0", "iojs": ">= 3.0.0" }, "scripts": { "install": "node-pre-gyp install --build-from-source --fallback-to-build", "postinstall": "node -e \"var fs = require('fs-extra'); fs.remove ('build');\"" } }