UNPKG

tween-ticker

Version:
50 lines (49 loc) 1.03 kB
{ "name": "tween-ticker", "version": "3.3.2", "description": "a generic tween ticker engine", "main": "index.js", "license": "MIT", "author": { "name": "Matt DesLauriers", "email": "dave.des@gmail.com", "url": "https://github.com/mattdesl" }, "dependencies": { "an-array": "^1.0.0", "eases": "^1.0.3", "inherits": "^2.0.1", "lerp-array": "^1.1.1", "tween-base": "^2.0.0", "tween-objects": "^1.0.1" }, "devDependencies": { "standard": "^5.4.1", "tape": "^4.4.0", "tween-array": "^1.0.1" }, "scripts": { "test": "standard && node test.js" }, "keywords": [ "tick", "tween", "tweens", "anim", "animation", "tweening", "animations", "vector", "arrays", "objects", "values" ], "repository": { "type": "git", "url": "git://github.com/mattdesl/tween-ticker.git" }, "homepage": "https://github.com/mattdesl/tween-ticker", "bugs": { "url": "https://github.com/mattdesl/tween-ticker/issues" } }