node-red-contrib-float
Version:
Node-RED node to parse decimal and binary numbers to IEEE-754 Floating Point Numbers
26 lines (25 loc) • 774 B
JSON
{
"name": "node-red-contrib-float",
"version": "1.0.3",
"description": "Node-RED node to parse decimal and binary numbers to IEEE-754 Floating Point Numbers",
"main": "float.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"toFloat": "float.js"
}
},
"keywords": [ "node-red", "IEEE-754", "robertsLando", "Float32", "Float", "Converter", "Decode" ],
"repository": {
"type": "git",
"url": "git+https://github.com/robertsLando/node-red-contrib-float.git"
},
"author": "Daniel Lando",
"license": "ISC",
"bugs": {
"url": "https://github.com/robertsLando/node-red-contrib-float/issues"
},
"homepage": "https://github.com/robertsLando/node-red-contrib-float#readme"
}