periodical-executer
Version:
Oversees the calling of a particular function periodically.
35 lines (34 loc) • 924 B
JSON
{
"name": "periodical-executer",
"version": "0.1.2",
"description": "Oversees the calling of a particular function periodically.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramumb/periodical-executer.git"
},
"keywords": [
"periodical",
"execution",
"polling",
"interval",
"frequency",
"decay"
],
"author": "Reginald Mullin <ramumb@yahoo.com> (http://www.reginaldmullin.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ramumb/periodical-executer/issues"
},
"homepage": "https://github.com/ramumb/periodical-executer#readme",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.1.0"
}
}