yunkong2.modbus/package.json

43 lines
1001 B
JSON
Raw Permalink Normal View History

2018-09-15 01:04:38 +08:00
{
"name": "yunkong2.modbus",
"version": "2.0.7",
"description": "Connect devices oder Modbus protocol to yunkong2",
2018-09-15 10:14:34 +08:00
"homepage": "https://git.spacen.net/yunkong2/yunkong2.modbus",
2018-09-15 01:04:38 +08:00
"license": "MIT",
"keywords": [
"modbus",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
2018-09-15 10:14:34 +08:00
"url": "https://git.spacen.net/yunkong2/yunkong2.modbus"
2018-09-15 01:04:38 +08:00
},
"optionalDependencies": {
"serialport": "^6.0.4"
},
"dependencies": {
"stampit": "^2.1.2",
"put": "0.0.6",
"crc": "3.5.0",
"stampit-state-machine": "^0.2.1",
2018-09-15 10:14:34 +08:00
"stampit-event-bus": "^0.1.1",
2018-09-15 10:24:40 +08:00
"ieee754": "1.1.12"
2018-09-15 01:04:38 +08:00
},
"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"
}