forked from ontje/node-red-contrib-countdown
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 872 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-2",
"version": "1.4.3",
"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 timmer"
],
"author": "Marc R",
"license": "MIT",
"node-red": {
"nodes": {
"countdown": "countdown.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/marc-gist/node-red-contrib-countdown.git"
},
"homepage": "https://github.com/marc-gist/node-red-contrib-countdown#readme",
"dependencies": {
"is-number": "^7.0.0"
},
"bugs": {
"url": "https://github.com/marc-gist/node-red-contrib-countdown/issues"
},
"directories": {
"example": "examples"
}
}