i2c-reader
Version:
I2C Reader a SignalK plugin
22 lines • 489 B
JSON
{
"name": "i2c-reader",
"version": "1.0.1",
"description": "I2C Reader a SignalK plugin",
"keywords": [
"signalk-node-server-plugin",
"signalk-category-hardware"
],
"signalk": {
"displayName": "I2C Reader"
},
"main": "index.js",
"scripts": {
"test": "echo \"TODO(Implement tests)\""
},
"author": "alsk",
"license": "ISC",
"dependencies": {
"i2c-bus": "^5.2.2"
},
"repository": "git+https://github.com:allco/signalk-i2c-reader-plugin.git"
}