cronmatch
Version:
cronmatch checks if a date/time is matched by a cron expression
26 lines (25 loc) • 572 B
JSON
{
"name": "cronmatch",
"version": "0.1.1",
"description": "cronmatch checks if a date/time is matched by a cron expression",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/svrnm/cronmatch.git"
},
"bugs": {
"url": "https://github.com/svrnm/cronmatch/issues"
},
"homepage": "https://github.com/svrnm/cronmatch",
"keywords": [
"cron",
"match",
"date",
"time"
],
"author": "Severin Neumann <severin.neumann@altmuehlnet.de>",
"license": "ISC"
}