@ntlab/identity-fingerprint
Version:
Fingerprint identity acquisition and identification
35 lines (34 loc) • 1.02 kB
JSON
{
"name": "@ntlab/identity-fingerprint",
"version": "1.2.0",
"description": "Fingerprint identity acquisition and identification",
"main": "index.js",
"scripts": {
"rebuild:dplib": "cd node_modules/@ntlab/dplib && node-gyp rebuild",
"rebuild:dplib:32": "cd node_modules/@ntlab/dplib && node-gyp rebuild --arch=ia32",
"rebuild:dplib:64": "cd node_modules/@ntlab/dplib && node-gyp rebuild --arch=x64"
},
"repository": {
"type": "git",
"url": "https://github.com/tohenk/node-identity-fingerprint.git"
},
"keywords": [
"fingerprint",
"identify",
"acquisition",
"identification"
],
"author": "Toha <tohenk@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tohenk/node-identity-fingerprint/issues"
},
"homepage": "https://github.com/tohenk/node-identity-fingerprint#readme",
"dependencies": {
"@ntlab/dplib": "^1.2.1",
"@ntlab/identity": "^1.2.0",
"@ntlab/work": "^2.3.0",
"debug": "^4.4.1",
"jszip": "^3.10.1"
}
}