0.4.1
parent
a0509007f1
commit
8d544d5e37
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@vladmandic/face-api",
|
||||
"version": "0.3.9",
|
||||
"version": "0.4.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
14
package.json
14
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@vladmandic/face-api",
|
||||
"version": "0.3.9",
|
||||
"description": "JavaScript API for face detection and face recognition in the browser with tensorflow.js",
|
||||
"version": "0.4.1",
|
||||
"description": "JavaScript module for Face Detection and Face Recognition Using Tensorflow/JS",
|
||||
"main": "./build/index.js",
|
||||
"typings": "./build/index.d.ts",
|
||||
"engines": {
|
||||
|
@ -14,11 +14,13 @@
|
|||
"build": "npm run compile && npm run bundle && npm run minify"
|
||||
},
|
||||
"keywords": [
|
||||
"face",
|
||||
"detection",
|
||||
"recognition",
|
||||
"tensorflow",
|
||||
"tf"
|
||||
"tf",
|
||||
"tfjs",
|
||||
"face",
|
||||
"face-api",
|
||||
"face-detection",
|
||||
"age-gender"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue