tweensy
Version:
Tiny performant tweening library.
34 lines (33 loc) • 747 B
JSON
{
"name": "tweensy",
"version": "0.0.5",
"description": "Tiny performant tweening library.",
"main": "index.js",
"dependencies": {
"lodash": "^4.17.4",
"performance-now": "^2.1.0",
"rafq": "0.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacobbuck/tweensy.git"
},
"keywords": [
"animation",
"easing",
"inbetweening",
"raf",
"requestAnimationFrame",
"tween",
"tweening"
],
"author": "Jacob Buck <buck.jacob@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacobbuck/tweensy/issues"
},
"homepage": "https://github.com/jacobbuck/tweensy#readme"
}