human-models/package.json

30 lines
725 B
JSON
Raw Normal View History

2022-01-05 15:20:42 +01:00
{
2022-01-05 15:45:11 +01:00
"name": "@vladmandic/human-models",
2022-01-05 15:20:42 +01:00
"description": "Repository for optional models not included in the default Human library",
"license": "MIT",
"author": "Vladimir Mandic <mandic00@live.com>",
2022-01-14 16:10:30 +01:00
"version": "0.0.4",
2022-01-05 15:20:42 +01:00
"repository": {
"type": "git",
"url": "git+https://github.com/vladmandic/human-models.git"
},
"bugs": {
"url": "https://github.com/vladmandic/human-models/issues"
},
"homepage": "https://github.com/vladmandic/human-models#readme",
2022-01-05 15:45:25 +01:00
"scripts": {},
2022-01-05 15:20:42 +01:00
"keywords": [
"human",
"human-library",
"face-detection",
"body-tracking",
"hand-tracking",
"tfjs-models",
"tfjs",
"tensorflowjs"
],
2022-01-14 16:10:30 +01:00
"dependencies": {
"@vladmandic/human": "^2.5.8"
2022-01-05 15:20:42 +01:00
}
}