UNPKG

ngx-face-api-js

Version:

Angular directives for face detection and face recognition in the browser. It is a wrapper for face-api.js, so it is not dependent on the browser implementation.

55 lines (54 loc) 1.64 kB
{ "name": "ngx-face-api-js", "version": "0.1.1", "description": "Angular directives for face detection and face recognition in the browser. It is a wrapper for face-api.js, so it is not dependent on the browser implementation.", "author": "kamiazya <yuki@kamiazya.tech>", "license": "MIT", "keywords": [ "angular", "directive", "face-recognition", "emotion-recognition", "face-detection", "tesorflow" ], "repository": { "type": "git", "url": "https://github.com/kamiazya/ngx-face-api-js.git" }, "bugs": { "url": "https://github.com/kamiazya/ngx-face-api-js/issues" }, "homepage": "https://github.com/kamiazya/ngx-face-api-js", "peerDependencies": { "@angular/common": "^7.2.0", "@angular/core": "^7.2.0" }, "dependencies": { "@angular/cdk": "^7.3.7", "face-api.js": "~0.20.0", "tslib": "^1.9.0" }, "devDependencies": { "@angular-devkit/core": "^7.3.8", "@angular-devkit/schematics": "^7.3.8", "@types/jasmine": "^3.0.0", "@types/node": "^8.0.31", "jasmine": "^3.0.0", "typescript": "~3.2.2" }, "schematics": "./schematics/collection.json", "ng-update": { "migrations": "./schematics/migrations/migration.json" }, "main": "bundles/ngx-face-api-js.umd.js", "module": "fesm5/ngx-face-api-js.js", "es2015": "fesm2015/ngx-face-api-js.js", "esm5": "esm5/ngx-face-api-js.js", "esm2015": "esm2015/ngx-face-api-js.js", "fesm5": "fesm5/ngx-face-api-js.js", "fesm2015": "fesm2015/ngx-face-api-js.js", "typings": "ngx-face-api-js.d.ts", "metadata": "ngx-face-api-js.metadata.json", "sideEffects": false }