cubic-hermite-spline
Version:
Cubic Hermite spline interpolation
22 lines (21 loc) • 447 B
JSON
{
"name": "cubic-hermite-spline",
"version": "1.0.1",
"description": "Cubic Hermite spline interpolation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "thibauts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/thibauts/cubic-hermite-spline.git"
},
"keywords": [
"cubic",
"hermite",
"spline",
"interpolation"
]
}