-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "cantina-cron",
"version": "4.1.3",
"description": "An amino/redis-powered in-app crontab.",
"main": "cantina-cron.js",
"dependencies": {
"cron": "1.0.1",
"timebucket": "~0.3.1"
},
"peerDependencies": {
"cantina": "^4.1.0",
"cantina-redis": "^4.1.0",
"cantina-amino": "^4.1.0",
"cantina-queue": "^4.1.0"
},
"devDependencies": {
"mocha": "~1.12.0",
"cantina": "^4.1.0",
"cantina-redis": "^4.1.0",
"cantina-amino": "^4.1.0",
"cantina-queue": "^4.1.0"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/cpsubrian/cantina-cron.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"homepage": "https://github.com/cpsubrian/cantina-cron",
"keywords": [
"cantina",
"cron"
],
"author": "Brian Link <[email protected]>",
"bugs": {
"url": "https://github.com/cpsubrian/cantina-cron/issues"
}
}