sinusoidal-decimal
Version:
Input a number and a range (min-max), get the number's position along the range eased by a sine curve
32 lines (31 loc) • 784 B
JSON
{
"name": "sinusoidal-decimal",
"version": "1.0.0",
"description": "Input a number and a range (min-max), get the number's position along the range eased by a sine curve",
"main": "index.js",
"scripts": {
"test": "standard | snazzy && tap --no-cov test.js",
"cov": "tap --100 test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlanSl/sinusoidal-decimal.git"
},
"keywords": [
"easing",
"sine",
"sin",
"ease"
],
"author": "Alan Slater",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlanSl/sinusoidal-decimal/issues"
},
"homepage": "https://github.com/AlanSl/sinusoidal-decimal#readme",
"devDependencies": {
"snazzy": "^8.0.0",
"standard": "^12.0.1",
"tap": "^12.0.1"
}
}