-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "cronti",
"version": "3.1.6",
"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/"
}