bitsandbytes
Version:
A simple and light weight framework to decode binary or stream messages.
55 lines (54 loc) • 1.06 kB
JSON
{
"name": "bitsandbytes",
"version": "1.0.5",
"description": "A simple and light weight framework to decode binary or stream messages.",
"main": "bitsandbytes.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/conekt/bitsandbytes"
},
"keywords": [
"iot",
"m2m",
"decode",
"machine-language",
"decoder",
"binary",
"buffer",
"protocol",
"frame",
"packet",
"stream",
"gateway",
"bits",
"bytes",
"specification",
"spec",
"data",
"smart-device",
"modbus",
"tcp",
"server",
"mqtt",
"manual",
"masking",
"mask",
"report-mask",
"reportmasking",
"bitmasking"
],
"author": "Conekt",
"license": "MIT",
"bugs": {
"url": "https://github.com/conekt/bitsandbytes/issues"
},
"homepage": "https://github.com/conekt/bitsandbytes",
"dependencies": {
"async": "^0.9.0",
"bit-buffer": "0.0.3",
"underscore": "^1.7.0"
}
}