pull/13/head
Vladimir Mandic 2020-08-27 09:33:57 -04:00
parent a0509007f1
commit 8d544d5e37
2 changed files with 9 additions and 7 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@vladmandic/face-api", "name": "@vladmandic/face-api",
"version": "0.3.9", "version": "0.4.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@vladmandic/face-api", "name": "@vladmandic/face-api",
"version": "0.3.9", "version": "0.4.1",
"description": "JavaScript API for face detection and face recognition in the browser with tensorflow.js", "description": "JavaScript module for Face Detection and Face Recognition Using Tensorflow/JS",
"main": "./build/index.js", "main": "./build/index.js",
"typings": "./build/index.d.ts", "typings": "./build/index.d.ts",
"engines": { "engines": {
@ -14,11 +14,13 @@
"build": "npm run compile && npm run bundle && npm run minify" "build": "npm run compile && npm run bundle && npm run minify"
}, },
"keywords": [ "keywords": [
"face",
"detection",
"recognition",
"tensorflow", "tensorflow",
"tf" "tf",
"tfjs",
"face",
"face-api",
"face-detection",
"age-gender"
], ],
"repository": { "repository": {
"type": "git", "type": "git",