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