22 lines
431 B
JSON
22 lines
431 B
JSON
{
|
|
"name": "cron-parser",
|
|
"repo": "harrisiirak/cron-parser",
|
|
"description": "Node.js library for parsing crontab instructions",
|
|
"version": "4.7.1",
|
|
"keywords": [
|
|
"cron",
|
|
"crontab",
|
|
"parser"
|
|
],
|
|
"dependencies": {},
|
|
"development": {},
|
|
"main": "lib/parser.js",
|
|
"scripts": [
|
|
"lib/parser.js",
|
|
"lib/expression.js",
|
|
"lib/date.js",
|
|
"lib/field_compactor.js",
|
|
"lib/field_stringify.js"
|
|
]
|
|
}
|