UNPKG

@micosmo/ticker

Version:

System for managing processes that are dependent on timer tick events

32 lines (31 loc) 720 B
{ "name": "@micosmo/ticker", "version": "0.1.0", "description": "System for managing processes that are dependent on timer tick events", "main": "ticker.js", "homepage": "https://github.com/micosmogames/toolbox/blob/HEAD/ticker/README.md", "repository": { "type": "git", "url": "git+https://github.com/micosmogames/toolbox.git", "directory": "ticker" }, "bugs": { "email": "micosmogames@gmail.com" }, "author": "Micosmo", "license": "ISC", "dependencies": { "@micosmo/core": "latest" }, "devDependencies": {}, "scripts": {}, "keywords": [ "aframe", "ticker", "tick", "tock", "timer", "timed", "process" ] }