UNPKG

labjack-nodejs

Version:

nodejs library for using the LabJackM library

67 lines (66 loc) 2.26 kB
{ "name": "labjack-nodejs", "version": "2.0.0", "description": "nodejs library for using the LabJackM library", "author": { "name": "Chris Johnson", "url": "http://labjack.com" }, "contributors": { "name": "Sam Pottinger", "url": "http://gleap.org" }, "main": "./lib/labjack_nodejs", "license": "GNU GPL v3", "keywords": [ "LabJack", "LJMMM", "MODBUS", "T7" ], "homepage": "https://github.com/chrisJohn404/LabJack-nodejs", "repository": { "type": "git", "url": "https://github.com/chrisJohn404/LabJack-nodejs.git" }, "files": [ "lib" ], "dependencies": { "allocate_buffer": "^1.0.0", "async": "1.5.2", "diff": "^4.0.1", "ffi-napi": "^2.4.7", "ljm-ffi": "^2.0.0", "ljswitchboard-ljm_driver_constants": "^1.0.3", "ljswitchboard-modbus_map": "^1.0.3", "q": "1.5.1", "ref-napi": "^1.4.3" }, "devDependencies": { "chai": "^4.2.0", "deep-eql": "^4.0.0", "mocha": "^6.2.2", "rewire": "4.0.1", "diff": ">=3.5.0", "nodeunit": "0.11.3" }, "oldDevDependencies": { "diff": ">=3.5.0", "nodeunit": "0.11.3", "ljswitchboard-ljm_driver_constants": "file:../ljswitchboard-ljm_driver_constants", "ljswitchboard-modbus_map": "file:../ljswitchboard-modbus_map" }, "script_notes": "to run a script w/o using npm test, use npm run [script name]", "scripts": { "test_stream_integration": "node ./node_modules/nodeunit/bin/nodeunit ./LabJackDriver_Testing/stream_integration_test.js", "test_driver": "node ./node_modules/nodeunit/bin/nodeunit ./LabJackDriver_Testing/driver_test.js", "test_device": "node ./node_modules/nodeunit/bin/nodeunit ./LabJackDriver_Testing/device_test.js", "test_constantsParser": "node ./node_modules/nodeunit/bin/nodeunit ./LabJackDriver_Testing/json_constants_parser_test.js", "old-test": "node ./node_modules/nodeunit/bin/nodeunit ./LabJackDriver_Testing/test.js", "test": "node ./node_modules/mocha/bin/mocha" }, "engines": { "node": ">=6.0.0" } }