@degjs/easing
Version:
Animation easing functions
36 lines (35 loc) • 809 B
JSON
{
"name": "@degjs/easing",
"version": "2.0.0",
"description": "Animation easing functions",
"keywords": [
"easing",
"animation",
"DEGJS"
],
"author": {
"name": "Ryan Heap",
"email": "rheap@degdigital.com"
},
"files": [
"src"
],
"main": "src/easing.js",
"publishConfig": { "access": "public" },
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DEGJS/easing.git"
},
"bugs": "https://github.com/DEGJS/easing/issues",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"jasmine": "^3.2.0"
},
"scripts": {
"test": "jasmine"
},
"dependencies": {}
}