{ "name": "cron", "description": "Cron jobs for your node", "version": "1.8.2", "author": "Nick Campbell (http://github.com/ncb000gt)", "bugs": { "url": "http://github.com/kelektiv/node-cron/issues" }, "repository": { "type": "git", "url": "http://github.com/kelektiv/node-cron.git" }, "main": "lib/cron", "scripts": { "test": "jest" }, "dependencies": { "moment-timezone": "^0.5.x" }, "devDependencies": { "chai": "~4.2.x", "eslint": "~6.3.x", "eslint-config-prettier": "~6.2.x", "eslint-config-standard": "~14.1.x", "eslint-plugin-import": "~2.18.x", "eslint-plugin-jest": "^22.17.0", "eslint-plugin-node": "~10.0.x", "eslint-plugin-prettier": "~3.1.x", "eslint-plugin-promise": "~4.2.x", "eslint-plugin-standard": "~4.0.x", "jest": "^24.9.0", "prettier": "~1.18.x", "sinon": "~7.4.x" }, "keywords": [ "cron", "node cron", "node-cron", "schedule", "scheduler", "cronjob", "cron job" ], "license": "MIT", "contributors": [ "Romain Beauxis (https://github.com/toots)", "James Padolsey <> (https://github.com/jamespadolsey)", "Finn Herpich (https://github.com/ErrorProne)", "Clifton Cunningham (https://github.com/cliftonc)", "Eric Abouaf (https://github.com/neyric)", "humanchimp (https://github.com/humanchimp)", "Craig Condon (https://github.com/spiceapps)", "Dan Bear (https://github.com/danhbear)", "Vadim Baryshev (https://github.com/baryshev)", "Leandro Ferrari (https://github.com/lfthomaz)", "Gregg Zigler (https://github.com/greggzigler)", "Jordan Abderrachid (https://github.com/jordanabderrachid)", "Masakazu Matsushita (matsukaz)", "Christopher Lunt (https://github.com/kirisu)" ] }