lerpjs
Version:
The method of linear interpolation (lerp) to easing animations.
44 lines (43 loc) • 998 B
JSON
{
"name": "lerpjs",
"version": "1.1.2",
"description": "The method of linear interpolation (lerp) to easing animations.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"src"
],
"scripts": {
"build": "babel src --out-dir lib --no-comments --presets minify",
"test": "jest"
},
"keywords": [
"lerp",
"linear-interpolation",
"animation",
"animations",
"easing",
"easing-functions"
],
"author": {
"name": "Przemysław Tyczyński",
"url": "https://tyczynski.pl",
"email": "przemyslaw@tyczynski.pl"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tyczynski/lerp.js.git"
},
"bugs": {
"url": "https://github.com/tyczynski/lerp.js/issues"
},
"homepage": "https://github.com/tyczynski/lerp.js#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"babel-preset-minify": "^0.5.1",
"jest": "^26.4.2"
}
}