UNPKG

tween-objects

Version:
45 lines (44 loc) 924 B
{ "name": "tween-objects", "version": "1.0.2", "description": "tween object and arrays of objects", "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", "inherits": "^2.0.1", "lerp-array": "^1.1.1", "own-enumerable-keys": "^1.0.0", "tween-base": "^2.1.0" }, "devDependencies": { "tape": "^3.0.3" }, "scripts": { "test": "node test.js" }, "keywords": [ "tweenr", "ticker", "tween", "ticker", "animation", "animate", "anim", "object", "array" ], "repository": { "type": "git", "url": "git://github.com/mattdesl/tween-objects.git" }, "homepage": "https://github.com/mattdesl/tween-objects", "bugs": { "url": "https://github.com/mattdesl/tween-objects/issues" } }