ljswitchboard-modbus_map
Version:
Library that allows easy parsing of the LabJack modbus map
38 lines (37 loc) • 966 B
JSON
{
"name": "ljswitchboard-modbus_map",
"version": "1.0.3",
"description": "Library that allows easy parsing of the LabJack modbus map",
"author": {
"name": "Chris Johnson",
"url": "http://labjack.com"
},
"main": "./lib/json_constants_parser",
"license": "MIT",
"keywords": [
"LabJack",
"LJMMM",
"MODBUS",
"T7",
"ljswitchboard"
],
"homepage": "https://github.com/chrisJohn404/ljswitchboard-modbus_map",
"repository": {
"type": "git",
"url": "https://github.com/chrisJohn404/ljswitchboard-modbus_map.git"
},
"files": [
"lib"
],
"dependencies": {
"ljmmm-parse": "^0.2.2",
"ljswitchboard-ljm_driver_constants": "^1.0.0"
},
"devDependencies": {
"nodeunit": "0.11.3",
"diff": ">=3.5.0"
},
"scripts": {
"test": "node ./node_modules/nodeunit/bin/nodeunit ./test/test.js"
}
}