chronoman
Version:
Utility class to simplify use of timers created by setTimeout
58 lines (57 loc) • 1.25 kB
JSON
{
"name": "chronoman",
"version": "1.3.1",
"description": "Utility class to simplify use of timers created by setTimeout",
"main": "dist/chronoman.common.js",
"module": "chronoman.js",
"browser": "dist/chronoman.min.js",
"unpkg": "dist/chronoman.js",
"types": "./index.d.ts",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/gamtiq/chronoman.git"
},
"keywords": [
"setTimeout",
"setInterval",
"time",
"timer",
"timeout",
"interval",
"repeat",
"repeating",
"recurrent",
"period",
"periodic",
"control",
"manage",
"management",
"utility",
"chrono",
"run",
"execute",
"action"
],
"author": "Denis Sikuler",
"license": "MIT",
"bugs": {
"url": "https://github.com/gamtiq/chronoman/issues"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-preset-es2015": "6.24.1",
"grunt": "1.0.4",
"grunt-babel": "7.0.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-jsdoc": "2.4.1",
"grunt-mocha-cli": "5.0.0",
"grunt-umd": "3.0.0",
"ink-docstrap": "1.3.2",
"matchdep": "2.0.0"
}
}