{
  "name": "cubic-spline",
  "version": "3.0.3",
  "description": "spline interpolation",
  "main": "index.js",
  "scripts": {
    "test": "node test.js",
    "lint": "prettier **/*.js **/*.json --write"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/morganherlocker/cubic-spline.git"
  },
  "keywords": [
    "cubic",
    "spline",
    "interpolation",
    "line",
    "smooth",
    "smoothing"
  ],
  "author": "morganherlocker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/morganherlocker/cubic-spline/issues"
  },
  "homepage": "https://github.com/morganherlocker/cubic-spline",
  "devDependencies": {
    "tape": "^3.0.3"
  }
}
