cronjo
Version:
[](README.md) [](README.tr-TR.md)
32 lines (31 loc) • 585 B
JSON
{
"name": "cronjo",
"version": "1.1.6",
"description": "",
"main": "main.js",
"scripts": {
"test": "mocha test/*.test.js"
},
"keywords": [
"cron",
"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/cronjo.git"
},
"dependencies": {
"cronti": "^3.1.6",
"long-timeout": "^0.1.1"
}
}