-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 912 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
{
"name": "node-red-contrib-cron",
"version": "0.0.4",
"description": "Node red node for CRON Scheduler.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chameleonbr/node-red-contrib-cron.git"
},
"keywords": [
"cron",
"node-red",
"node"
],
"node-red": {
"nodes": {
"cron": "cron-node.js"
}
},
"author": {
"name": "Andre Alexandre Avila"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/chameleonbr/node-red-contrib-cron/issues"
},
"homepage": "https://github.com/chameleonbr/node-red-contrib-cron#readme",
"dependencies": {
"cron": "^1.1.0",
"cron-parser": "^1.1.0"
},
"maintainers": [
{
"name": "chameleonbr",
"email": "chameleonbr@gmail.com"
}
]
}