UNPKG

animation-loop

Version:

Easily make and manage animation loops.

51 lines (50 loc) 1.24 kB
{ "name": "animation-loop", "version": "1.4.0", "description": "Easily make and manage animation loops.", "main": "index.js", "scripts": { "clean": "builder run build:clean", "build": "builder run build:prod", "dev": "builder run build:dev", "test": "builder run npm:test", "preversion": "builder run npm:preversion", "version": "builder run npm:version", "postversion": "builder run npm:postversion" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/trusktr/animation-loop.git" }, "author": "Joe Pea <joe@trusktr.io>", "license": "MIT", "bugs": { "url": "https://github.com/trusktr/animation-loop/issues" }, "homepage": "http://github.com/trusktr/animation-loop#readme", "dependencies": { "@babel/runtime": "7.0.0-beta.46", "lowclass": "^4.2.1" }, "devDependencies": { "builder": "^3.2.3", "builder-js-package": "trusktr/builder-js-package" }, "keywords": [ "animation", "render loop", "render-loop", "transitions", "requestAnimationFrame", "request-animation-frame", "raf", "webgl", "canvas", "graphics", "gaming", "game-engine", "game engine", "three.js", "threejs" ] }