node-red-contrib-mytimeout
Version:
A timer that supports setting the run time by passing JSON to the input
43 lines (42 loc) • 1.1 kB
JSON
{
"name": "node-red-contrib-mytimeout",
"version": "3.2.2",
"description": "A timer that supports setting the run time by passing JSON to the input",
"main": "mytimeout.js",
"scripts": {
"test": "mocha ./test/test.js",
"oldtest": "node ./test/test.js",
"mytestA": "node -e \"t = require('./mytimeout.js');\"",
"mytestB": "echo \"Error: no test specified\" && exit 1",
"score": "node-red-dev validate --output=scorecard.json",
"publish": "npm publish"
},
"keywords": [
"node-red",
"count down timer",
"timer",
"mytimeout",
"timeout",
"cherry"
],
"author": "Neil Cherry",
"license": "MIT",
"bugs": {
"url": "https://github.com/linuxha/node-red-contrib-mytimeout/issues"
},
"node-red": {
"version": ">=1",
"nodes": {
"mytimeout": "mytimeout.js"
}
},
"engines": {
"node": ">=10"
},
"repository": {
"private": true,
"type": "git",
"url": "git+https://github.com/linuxha/node-red-contrib-mytimeout.git"
},
"homepage": "https://github.com/linuxha/node-red-contrib-mytimeout#readme"
}