{
  "name": "quat-slerp",
  "version": "1.0.1",
  "description": "standalone spherical linear interpolation",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "dependencies": {
    "gl-quat": "^1.0.0"
  },
  "devDependencies": {
    "almost-equal": "0.0.0",
    "tape": "^3.0.3"
  },
  "scripts": {
    "test": "node test.js"
  },
  "keywords": [
    "slerp",
    "gl-matrix",
    "gl",
    "spherical",
    "linear",
    "interpolation",
    "interp",
    "mix",
    "quaternion",
    "quat"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mattdesl/quat-slerp.git"
  },
  "homepage": "https://github.com/mattdesl/quat-slerp",
  "bugs": {
    "url": "https://github.com/mattdesl/quat-slerp/issues"
  }
}
