-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 975 Bytes
/
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
{
"name": "pimatic-cron",
"description": "Provides predicates for time designations, so actions can be triggert at a specific time.",
"author": "Oliver Schneider <[email protected]> (http://sweetpi.de)",
"main": "cron.coffee",
"files": [
"doc",
"test",
"cron.coffee",
"cron-config-schema.coffee",
"README.md",
"icon.svg",
"LICENSE"
],
"version": "0.8.8",
"homepage": "http://github.com/pimatic/pimatic",
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-cron.git"
},
"icon": "icon.svg",
"license": "GPL-2.0",
"configSchema": "cron-config-schema.coffee",
"dependencies": {
"chrono-node": "~0.1.6",
"cron": "~1.0.3"
},
"keywords": [
"pimatic",
"predicates",
"cron",
"cronjob",
"time",
"date",
"schedule"
],
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}