UNPKG

node-red-contrib-float2byte

Version:

Node-RED node to parse IEEE-754 Floating Point Number to byte array

35 lines (34 loc) 852 B
{ "name": "node-red-contrib-float2byte", "version": "1.0.2", "description": "Node-RED node to parse IEEE-754 Floating Point Number to byte array", "main": "float2byte.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "node-red": { "nodes": { "float2byte": "float2byte.js" } }, "keywords": [ "node-red", "IEEE-754", "Float32", "Float", "Converter", "Decode", "float to decimal", "float to byte" ], "repository": { "type": "git", "url": "git+https://github.com/kyrix/node-red-contrib-float2byte.git" }, "author": "kyrix", "license": "ISC", "bugs": { "url": "https://github.com/kyrix/node-red-contrib-float2byte/issues" }, "homepage": "https://github.com/kyrix/node-red-contrib-float2byte#readme" }