node-schedule
Version:
A cron-like and not-cron-like job scheduler for Node.
37 lines (36 loc) • 766 B
JSON
{
"name": "node-schedule",
"version": "0.6.0",
"description": "A cron-like and not-cron-like job scheduler for Node.",
"keywords": [
"schedule",
"task",
"job",
"cron"
],
"main": "./lib/schedule.js",
"scripts": {
"test": "nodeunit",
"lint": "eslint lib"
},
"author": {
"name": "Matt Patenaude",
"email": "matt@mattpatenaude.com",
"url": "http://mattpatenaude.com"
},
"repository": {
"type": "git",
"url": "https://github.com/node-schedule/node-schedule.git"
},
"dependencies": {
"cron-parser": "0.6.2",
"long-timeout": "0.0.2"
},
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^0.15.1",
"istanbul": "^0.3.8",
"nodeunit": "^0.9.1",
"sinon": "^1.14.1"
}
}