-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 922 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 922 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
30
31
32
33
34
35
36
37
{
"name": "@buglss/node-red-crontinject",
"version": "3.0.2",
"description": "It is an extended clone of core inject node with cronti package.",
"author": {
"name": "Levent Sencer Şahin",
"email": "l.sencer.sahin@gmail.com",
"url": "https://buglss.github.io"
},
"license": "Apache-2.0",
"scripts": {
"start": "./test/node_modules/node-red/red.js -u ./test/",
"build": "mkdir -p ./test/ && npm --prefix ./test/ i . && npm --prefix ./test/ i node-red"
},
"node-red": {
"nodes": {
"crontinject": "nodes/crontinject.js"
}
},
"keywords": [
"inject",
"cronti",
"node-red",
"cronjo",
"crontab",
"crontime",
"repeater",
"schedule"
],
"repository": {
"type": "git",
"url": "https://github.com/buglss/node-red-clone-inject-with-cronti.git"
},
"dependencies": {
"cronjo": "^1.1.6"
}
}