-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "cronti", | ||
"version": "3.0.7", | ||
"description": "It translates daily expressible recipes on the calendar into crontime expression. Produces a valid crontime expression. In summary: Creates a crontime that will run at regular intervals between two dates; enter valid crontime expression get crontime expression; generate crontime of the specific date; generate crontime of the specific date; create crontime with various combinations of month, week, weekdays, hours, minutes and tick and generates the cron time for the week the date is in.", | ||
"main": "main.js", | ||
"scripts": { | ||
"test": "mocha test/*.test.js" | ||
}, | ||
"keywords": [ | ||
"crontime", | ||
"crontab", | ||
"cronjob" | ||
], | ||
"author": { | ||
"name": "Levent Sencer Şahin", | ||
"email": "l.sencer.sahin@gmail.com", | ||
"url": "https://buglss.github.io" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"mocha": "^9.2.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/buglss/cronti.git" | ||
}, | ||
"homepage": "https://buglss.github.io/npm/cronti/" | ||
} | ||
{ | ||
"name": "cronti", | ||
"version": "3.0.8", | ||
"description": "It translates daily expressible recipes on the calendar into crontime expression. Produces a valid crontime expression. In summary: Creates a crontime that will run at regular intervals between two dates; enter valid crontime expression get crontime expression; generate crontime of the specific date; generate crontime of the specific date; create crontime with various combinations of month, week, weekdays, hours, minutes and tick and generates the cron time for the week the date is in.", | ||
"main": "main.js", | ||
"scripts": { | ||
"test": "mocha test/*.test.js" | ||
}, | ||
"keywords": [ | ||
"crontime", | ||
"crontab", | ||
"cronjob" | ||
], | ||
"author": { | ||
"name": "Levent Sencer Şahin", | ||
"email": "l.sencer.sahin@gmail.com", | ||
"url": "https://buglss.github.io" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"mocha": "^9.2.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/buglss/cronti.git" | ||
}, | ||
"homepage": "https://buglss.github.io/npm/cronti/" | ||
} |