54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "node-red-contrib-buffer-parser",
|
|
"version": "3.2.2",
|
|
"description": "Node-red nodes to convert values to and from buffer/array. Supports Big/Little Endian, BCD, byte swapping and much more",
|
|
"keywords": [
|
|
"node-red",
|
|
"parser",
|
|
"converter",
|
|
"buffer",
|
|
"plc",
|
|
"BCD",
|
|
"endian",
|
|
"swap",
|
|
"byte swap"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "Steve-Mcl",
|
|
"email": "44235289+Steve-Mcl@users.noreply.github.com"
|
|
}
|
|
],
|
|
"author": {
|
|
"name": "Steve-Mcl"
|
|
},
|
|
"node-red": {
|
|
"version": ">=0.20.0",
|
|
"nodes": {
|
|
"buffer-parser": "buffer-parser.js",
|
|
"buffer-maker": "buffer-maker.js"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node" : ">=10.4.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Steve-Mcl/node-red-contrib-buffer-parser/issues"
|
|
},
|
|
"homepage": "https://github.com/Steve-Mcl/node-red-contrib-buffer-parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Steve-Mcl/node-red-contrib-buffer-parser.git"
|
|
},
|
|
"scripts": {
|
|
"publish": "npm publish",
|
|
"test": "mocha \"test/**/*_spec.js\""
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^8.2.1",
|
|
"node-red-node-test-helper": "^0.2.5",
|
|
"should": "^13.2.3"
|
|
}
|
|
}
|