forked from marc-gist/node-red-contrib-countdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 896 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-countdown-3000",
"version": "1.6.0",
"description": "A countdown that supports dynamic setting of (future) run time and stopping with or without payload output",
"main": "countdown.js",
"scripts": {},
"keywords": [
"node-red",
"count down timer",
"countdown",
"timer",
"timeout",
"stop timer"
],
"author": "Linker3000",
"license": "MIT",
"node-red": {
"nodes": {
"countdown": "countdown.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/linker3000/node-red-contrib-countdown-3000.git"
},
"homepage": "https://github.com/linker3000/node-red-contrib-countdown-3000#readme",
"dependencies": {
"is-number": "^7.0.0"
},
"bugs": {
"url": "https://github.com/linker3000/node-red-contrib-countdown-3000/issues"
},
"directories": {
"example": "examples"
}
}