forked from Steve-Mcl/node-red-contrib-cron-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 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
46
47
48
49
{
"name": "node-red-contrib-cron-plus",
"version": "1.3.0",
"description": "A flexible scheduler (cron, solar events, simple dates) node for Node-RED with full dynamic control and Timezone support",
"main": "cronplus.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Steve-Mcl/node-red-contrib-cron-plus.git"
},
"keywords": [
"node-red",
"scheduler",
"cron",
"crontab",
"timer",
"sunrise",
"sunset"
],
"node-red": {
"nodes": {
"cronplus": "cronplus.js"
}
},
"author": {
"name": "Steve-Mcl"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Steve-Mcl/node-red-contrib-cron-plus/issues"
},
"homepage": "https://github.com/Steve-Mcl/node-red-contrib-cron-plus#readme",
"dependencies": {
"coord-parser": "^1.0.0",
"cronosjs": "^1.7.0",
"cronstrue": "^1.100.0",
"pretty-ms": "^7.0.0",
"suncalc2": "^1.8.1"
},
"maintainers": [
{
"name": "Steve-Mcl",
"email": "[email protected]"
}
]
}