{
  "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"
}