chronoman
Version:
Utility class to simplify use of timers created by setTimeout
40 lines (39 loc) • 709 B
JSON
{
"name": "chronoman",
"main": ["dist/chronoman.js", "dist/chronoman.min.js"],
"version": "1.3.1",
"homepage": "https://github.com/gamtiq/chronoman",
"authors": [
"Denis Sikuler"
],
"description": "Utility class to simplify use of timers created by setTimeout.",
"keywords": [
"setTimeout",
"setInterval",
"time",
"timer",
"timeout",
"interval",
"repeat",
"repeating",
"recurrent",
"period",
"periodic",
"control",
"manage",
"management",
"utility",
"chrono",
"run",
"execute",
"action"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}