{ "name": "yunkong2.modbus", "version": "2.0.7", "description": "Connect devices oder Modbus protocol to yunkong2", "homepage": "https://git.spacen.net/yunkong2/yunkong2.modbus", "license": "MIT", "keywords": [ "modbus", "Smart Home", "home automation" ], "repository": { "type": "git", "url": "https://git.spacen.net/yunkong2/yunkong2.modbus" }, "optionalDependencies": { "serialport": "^6.0.4" }, "dependencies": { "stampit": "^2.1.2", "put": "0.0.6", "crc": "3.5.0", "stampit-state-machine": "^0.2.1", "stampit-event-bus": "^0.1.1", "ieee754": "1.1.12" }, "devDependencies": { "gulp": "^3.9.1", "mocha": "^4.1.0", "chai": "^4.1.2", "nan": "2.4.0", "modbus-stack": "^0.2.1" }, "main": "main.js", "scripts": { "test": "node node_modules/mocha/bin/mocha test/testAdapter.js" }, "bugs": { "url": "https://github.com/yunkong2/yunkong2.modbus/issues" }, "readmeFilename": "README.md" }