29 lines
662 B
JSON
Executable file
29 lines
662 B
JSON
Executable file
{
|
|
"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"
|
|
]
|
|
}
|