{
  "name": "lerp",
  "version": "1.0.3",
  "description": "bare-bones linear interpolation function",
  "main": "index.js",
  "license": "MIT",
  "author": "Matt DesLauriers <dave.des@gmail.com>",
  "dependencies": {},
  "devDependencies": {
    "tape": "~2.13.2"
  },
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mattdesl/lerp.git"
  },
  "homepage": "https://github.com/mattdesl/lerp",
  "bugs": {
    "url": "https://github.com/mattdesl/lerp/issues"
  },
  "keywords": [
    "linear",
    "interpolation",
    "lerp",
    "interp",
    "smoothstep",
    "mix",
    "anim",
    "animation",
    "animate"
  ]
}
