2020-03-03 10:35:26 -08:00

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"
}
}