human-models/package.json

31 lines
727 B
JSON
Raw Normal View History

2022-01-05 15:20:42 +01:00
{
"name": "human-models",
"description": "Repository for optional models not included in the default Human library",
"license": "MIT",
"author": "Vladimir Mandic <mandic00@live.com>",
"version": "0.0.1",
"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",
"scripts": {
},
"keywords": [
"human",
"human-library",
"face-detection",
"body-tracking",
"hand-tracking",
"tfjs-models",
"tfjs",
"tensorflowjs"
],
"dependencies": {
"@vladmandic/human": "@vladmandic/human"
}
}