bmv-602
Version:
Victron BMV-600 and BMV-602 display
38 lines (37 loc) • 668 B
JSON
{
"name": "bmv-602",
"version": "0.0.1",
"description": "Victron BMV-600 and BMV-602 display",
"main": "bmv-602.js",
"repository": {
"type": "git",
"url": "https://github.com/Moki38/bmv-602.git"
},
"keywords": [
"Raspberry PI",
"PI",
"Boat Automation",
"Node.js",
"BMV",
"BMV-600",
"BMV-602",
"RPI"
],
"dependencies": {
"serialport": "1.4.9"
},
"author": {
"name": "Eric van Dijken <eric@team-moki.nl>"
},
"contributors": [
{
"name": "None",
"email": "@",
"url": "https://github.com/none"
}
],
"scripts": {
"start": "node bmv-602.js"
},
"license": "MIT"
}