signalk-empirbusnxt-plugin
Version:
Signal K server plugin to monitor and control an EmpirBus NXT via application specific PGN
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "signalk-empirbusnxt-plugin",
"version": "1.1.4",
"description": "Signal K server plugin to monitor and control an EmpirBus NXT via application specific PGN",
"signalk-plugin-enabled-by-default": true,
"main": "index.js",
"scripts": {
"test": "mocha --exit"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-category-hardware",
"signalk-category-digital-switching"
],
"author": {
"name": "Scott Bender",
"email": "scott@scottbender.net"
},
"contributors": [
{
"name": "Christian Wegerhoff",
"email": "wegerhoff@mediaworx.com"
}
],
"license": "ISC",
"dependencies": {
"debug": "^2.2.0",
"concentrate2": "^0.0.1",
"bitfield": "^1.1.2",
"int64-buffer": "^0.1.10",
"lodash": "^4.17.21"
},
"devDependencies": {
"chai": "~4.1.0",
"chai-json-equal": "0.0.1",
"chai-things": "0.2",
"mocha": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sbender9/signalk-empirebus-plugin"
}
}