forked from kelektiv/node-cron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 662 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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"
]
}