node-crontab
Version:
Crontab-based task scheduler for node.
32 lines (31 loc) • 774 B
JSON
{
"name": "node-crontab",
"version": "0.0.8",
"description": "Crontab-based task scheduler for node.",
"main": "lib/crontab.js",
"scripts": {
"test": "mocha test/* --reporter spec"
},
"keywords": [
"cron",
"crontab",
"scheduler"
],
"author": "NineCollective",
"license": "MIT",
"dependencies": {
"cron-parser": "~0.3.3"
},
"devDependencies": {
"mocha": "~1.12",
"expect.js": "~0.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/NineCollective/node-crontab.git"
},
"bugs": {
"url": "https://github.com/NineCollective/node-crontab/issues"
},
"homepage": "https://github.com/NineCollective/node-crontab"
}