cron-job
Version:
cron job.Do something every day or at a specific time
26 lines (25 loc) • 545 B
JSON
{
"name": "cron-job",
"version": "1.0.3",
"description": "cron job.Do something every day or at a specific time",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/LanceCong/cron-job.git"
},
"keywords": [
"cron",
"job",
"node.js",
"node"
],
"author": "lancecong",
"license": "ISC",
"bugs": {
"url": "https://github.com/LanceCong/cron-job/issues"
},
"homepage": "https://github.com/LanceCong/cron-job#readme"
}