haifa-reminder/node_modules/cron/bower.json

30 lines
662 B
JSON
Raw Normal View History

2023-07-26 11:01:58 +00:00
{
"name": "cronjs",
"homepage": "https://github.com/ncb000gt/node-cron",
"authors": [
"Romain Beauxis<toots@rastageeks.org>",
"James Padoulsey<@padolsey>",
"Craig Condon<craig@browsertap.com>",
"Finn Herpich",
"cliftonc",
"neyric",
"humanchimp",
"danhbear",
"Jordan Abderrachid<jabderrachid@gmail.com>"
],
"description": "js cron handler",
"main": ["lib/cron.js"],
"keywords": [
"cron",
"js"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}