forked from fellinga/node-red-contrib-ui-time-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 785 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
{
"name": "node-red-contrib-ui-time-scheduler",
"version": "1.17.2",
"description": "A ui time scheduler for the Node-RED Dashboard",
"dependencies": {
"suncalc": "^1.9.0"
},
"main": "time-scheduler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mario Fellinger <[email protected]>",
"license": "MIT",
"node-red": {
"version": ">=0.19.6",
"nodes": {
"time_scheduler": "time-scheduler.js"
}
},
"engines": {
"node": ">=12"
},
"keywords": [
"node-red",
"time-scheduler",
"schedules",
"timer",
"dashboard",
"frontend",
"iot"
],
"repository": {
"type": "git",
"url": "https://github.com/fellinga/node-red-contrib-ui-time-scheduler.git"
}
}