cat-rom-spline-es6
Version:
Catmull Rom spline interpolation made easy. (repackaged with es6 import/export)
36 lines (35 loc) • 835 B
JSON
{
"name": "cat-rom-spline-es6",
"version": "0.0.8",
"description": "Catmull Rom spline interpolation made easy. (repackaged with es6 import/export)",
"author": {
"name": "Nick Schaubeck (repackaged by Ben Jack)",
"email": "nschaubeck@gmail.com",
"url": "northofbrooklyn.nyc"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": "nschaubeck/cat-rom-spline",
"license": "MIT",
"files": [
"lib/"
],
"keywords": [
"cat-rom-spline",
"catmull",
"rom",
"spline",
"interpolation"
],
"dependencies": {},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"gl-vec2": "^1.0.0",
"webpack": "^2.2.1"
},
"scripts": {
"prepublish": "webpack && cp ./index.d.ts ./lib/index.d.ts"
}
}