node-red-contrib-time-converter
Version:
A Node-RED node that converts seconds to mm:ss format and outputs it.
28 lines (27 loc) • 686 B
JSON
{
"name": "node-red-contrib-time-converter",
"version": "1.0.7",
"description": "A Node-RED node that converts seconds to mm:ss format and outputs it.",
"main": "time-converter.js",
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [
"node-red",
"node-red-node",
"time",
"converter",
"mm:ss"
],
"node-red": {
"nodes": {
"time-converter": "time-converter.js",
"dec-to-hex":"dec-to-hex.js",
"hex-to-dec": "hex-to-dec.js",
"ascii-to-dec": "ascii-to-dec.js",
"dec-to-ascii": "dec-to-ascii.js"
}
},
"author": "SDSD <xbing514@gmail.com>",
"license": "MIT"
}