opencv-facecrop
Version:
Npm package to autodetect and crop faces using opencv
45 lines (44 loc) • 951 B
JSON
{
"name": "opencv-facecrop",
"version": "0.0.5",
"description": "Npm package to autodetect and crop faces using opencv",
"main": "index.js",
"scripts": {
"test": "jest --silent --coverage"
},
"jest": {
"verbose": true,
"collectCoverageFrom": [
"<rootDir>/*.js"
],
"testTimeout": 300000
},
"repository": {
"type": "git",
"url": "git+https://github.com/arghyadeep-k/opencv-facecrop.git"
},
"keywords": [
"image",
"image processing",
"face",
"crop",
"opencv",
"npm",
"unlicense"
],
"author": "Arghyadeep",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/arghyadeep-k/opencv-facecrop/issues"
},
"homepage": "https://github.com/arghyadeep-k/opencv-facecrop#readme",
"dependencies": {
"canvas": "^2.6.1",
"fs": "0.0.1-security",
"jsdom": "^16.4.0",
"opencv4js": "0.0.1"
},
"devDependencies": {
"jest": "^26.4.2"
}
}