face-recognition
Version:
Simple Node.js API for robust face detection and face recognition.
43 lines (42 loc) • 1.16 kB
JSON
{
"name": "face-recognition",
"version": "0.9.4",
"description": "Simple Node.js API for robust face detection and face recognition.",
"keywords": [
"face",
"detection",
"recognition"
],
"author": "justadudewhohacks",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/justadudewhohacks/face-recognition.js"
},
"bugs": {
"url": "https://github.com/justadudewhohacks/face-recognition.js/issues"
},
"homepage": "https://github.com/justadudewhohacks/face-recognition.js#readme",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {
"test": "mocha --timeout 30000 --recursive ./tests",
"install": "node-gyp rebuild",
"configure": "node-gyp configure",
"build": "node-gyp configure build",
"rebuild": "node-gyp rebuild",
"clean": "node-gyp clean",
"build-debug": "node-gyp rebuild --debug"
},
"gypfile": true,
"dependencies": {
"dlib-build": "^0.1.1",
"face-recognition-models": "0.0.0",
"nan": "^2.7.0",
"native-node-utils": "0.0.4"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.1.0"
}
}