mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-06-29 20:55:10 +08:00
20 lines
489 B
JSON
20 lines
489 B
JSON
{
|
|
"name": "draco-animation",
|
|
"version": "1.0.5",
|
|
"description": "Draco animation is a library for compressing and decompressing 3D animations of geometric meshes.",
|
|
"main": "draco-animation.js",
|
|
"scripts": {
|
|
"test": "nodejs draco_animation_encoding_test.js"
|
|
},
|
|
"keywords": [
|
|
"compression",
|
|
"animation"
|
|
],
|
|
"author": "Google Draco Team",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/google/draco.git"
|
|
}
|
|
}
|