UNPKG

ljswitchboard-data_parser

Version:

A library that contains a variety of formatters for data coming and going to LabJack devices.

44 lines (43 loc) 1.38 kB
{ "name": "ljswitchboard-data_parser", "version": "1.0.1", "description": "A library that contains a variety of formatters for data coming and going to LabJack devices.", "author": { "name": "Chris Johnson", "url": "http://labjack.com" }, "main": "./lib/data_parser", "license": "MIT", "keywords": [ "LabJack", "LJMMM", "MODBUS", "T7", "ljswitchboard" ], "homepage": "https://github.com/chrisJohn404/ljswitchboard-data_parser", "repository": { "type": "git", "url": "https://github.com/chrisJohn404/ljswitchboard-data_parser.git" }, "files": [ "lib" ], "dependencies": { "ljmmm-parse": "^0.2.2", "ljswitchboard-modbus_map": "^1.0.0", "ljswitchboard-ljm_driver_constants": "^1.0.0" }, "custDependencies": { "ljmmm-parse": "git://github.com/chrisJohn404/ljmmm-parse.git#master", "ljswitchboard-modbus_map": "git://github.com/chrisJohn404/ljswitchboard-modbus_map.git#master", "ljswitchboard-ljm_driver_constants": "git://github.com/chrisJohn404/ljswitchboard-ljm_driver_constants.git#master" }, "devDependencies": { "nodeunit": "0.11.3", "diff": ">=3.5.0" }, "scripts": { "test": "node ./node_modules/nodeunit/bin/nodeunit ./test/test.js" } }