{
  "name": "b-spline",
  "version": "2.0.2",
  "description": "B-spline interpolation",
  "author": "thibauts",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "node ./test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/thibauts/b-spline.git"
  },
  "keywords": [
    "b-spline",
    "interpolation",
    "non-uniform",
    "rational",
    "nurbs",
    "curve"
  ]
}
