cron-ui
Version:
CronUI provides a simple easy-to-use form for users to specify recurrent events, translated to cron strings.
31 lines (30 loc) • 733 B
JSON
{
"name": "cron-ui",
"version": "1.0.3",
"description": "CronUI provides a simple easy-to-use form for users to specify recurrent events, translated to cron strings.",
"main": "./lib/cron-ui.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikeymckay/CronUI.git"
},
"keywords": [
"cron",
"gui",
"scheduler",
"crontab",
"build"
],
"author": "@shawnchin @snird @mikeymckay",
"license": "ISC",
"bugs": {
"url": "https://github.com/mikeymckay/CronUI/issues"
},
"homepage": "https://github.com/mikeymckay/CronUI#readme"
}