1{
2  "name": "draco-animation",
3  "version": "1.0.5",
4  "description": "Draco animation is a library for compressing and decompressing 3D animations of geometric meshes.",
5  "main": "draco-animation.js",
6  "scripts": {
7    "test": "nodejs draco_animation_encoding_test.js"
8  },
9  "keywords": [
10    "compression",
11    "animation"
12  ],
13  "author": "Google Draco Team",
14  "license": "Apache-2.0",
15  "repository": {
16    "type": "git",
17    "url": "git+https://github.com/google/draco.git"
18  }
19}
20