{ "name": "cron", "description": "CronJob's for your node", "version": "1.0.1", "author": { "name": "Nick Campbell", "email": "nicholas.j.campbell@gmail.com", "url": "http://github.com/ncb000gt" }, "bugs": { "url": "http://github.com/ncb000gt/node-cron/issues" }, "repository": { "type": "git", "url": "http://github.com/ncb000gt/node-cron.git" }, "main": "lib/cron", "scripts": { "test": "make test" }, "devDependencies": { "nodeunit": ">=0.5.4", "time": "0.8.0" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ], "contributors": [ { "name": "Romain Beauxis", "email": "toots@rastageeks.org", "url": "https://github.com/toots" }, { "name": "James Padolsey", "url": "https://github.com/jamespadolsey" }, { "name": "Finn Herpich", "email": "fh@three-heads.de", "url": "https://github.com/ErrorProne" }, { "name": "Clifton Cunningham", "email": "clifton.cunningham@gmail.com", "url": "https://github.com/cliftonc" }, { "name": "Eric Abouaf", "email": "eric.abouaf@gmail.com", "url": "https://github.com/neyric" }, { "name": "humanchimp", "email": "morphcham@gmail.com", "url": "https://github.com/humanchimp" }, { "name": "Craig Condon", "email": "craig@spiceapps.com", "url": "https://github.com/spiceapps" }, { "name": "Dan Bear", "email": "daniel@hulu.com", "url": "https://github.com/danhbear" }, { "name": "Vadim Baryshev", "email": "vadimbaryshev@gmail.com", "url": "https://github.com/baryshev" } ], "readme": "node-cron\n=========\n\n[](http://travis-ci.org/#!/ncb000gt/node-cron) \n\nOriginally this project was a NodeJS fork of [James Padolsey's][jamespadolsey] [cron.js](http://github.com/padolsey/cron.js).\n\nAfter [Craig Condon][crcn] made some updates and changes to the code base this has evolved to something that has a bit of both. The cron syntax parsing is mostly James' while using timeout instead of interval is Craig's.\n\nAdditionally, this library goes beyond the basic cron syntax and allows you to supply a Date object. This will be used as the trigger for your callback. Cron syntax is still an acceptable CronTime format. Although the Cron patterns suported here extend on the standard Unix format to support seconds digits, leaving it off will default to 0 and match the Unix behavior.\n\nIf You Are Submitting Bugs/Issues\n=============\n\nBecause we can't magically know what you are doing to expose an issue, it is best if you provide a snippet of code. This snippet need not include your secret sauce, but it must replicate the issue you are describing. The issues that get closed without resolution tend to be the ones without code examples. Thanks.\n\n\nVersions and Backwards compatability breaks:\n==========\n\nAs goes with semver, breaking backwards compatibility should be explicit in the versioning of your library. As such, we'll upgrade the version of this module in accordance with breaking changes (I'm not always great about doing it this way so if you notice that there are breaking changes that haven't been bumped appropriately please let me know). This table lists out the issues which were the reason for the break in backward compatibility.\n\n
| Node Cron Ver | Issue # | \n
| 1.0.0 | \n |