{
  "version": "0.20.2",
  "name": "@1st-setup/cul",
  "description": "Module to interact with Busware CUL / culfw",
  "homepage": "http://github.com/hobbyquaker/cul",
  "author": "hobbyquaker <hobbyquaker@gmail.com>",
  "engines": {
    "node": ">=8.0.0"
  },
  "engineStrict": true,
  "keywords": [
    "Smarthome",
    "Home Automation",
    "CUL",
    "FS20",
    "HomeMatic",
    "Max",
    "Busware",
    "culfw",
    "fhem"
  ],
  "contributors": [
    "Michel Verbraak https://github.com/1stsetup",
    "Bluefox https://github.com/GermanBluefox",
    "ns130291 https://github.com/ns130291",
    "Tim Römisch https://github.com/timroemisch",
    "Ingo Fischer https://github.com/Apollon77",
    "Michael Lorenz",
    "mreschka https://github.com/mreschka",
    "Andre Klärner https://github.com/klaernie",
    "Ferdinand Helmer https://github.com/ferdinandhelmer"
  ],
  "repository": "https://github.com/hobbyquaker/cul",
  "main": "./cul.js",
  "dependencies": {
    "serialport": "^9.0.0",
    "telnet-client": "^1.4.5"
  },
  "bugs": {
    "url": "https://github.com/hobbyquaker/cul/issues"
  },
  "scripts": {
    "test": "camo-purge; xo && mocha tests/*",
    "lintfix": "xo --fix"
  },
  "license": "GPL-2.0",
  "devDependencies": {
    "camo-purge": "latest",
    "mocha": "latest",
    "should": "latest",
    "xo": "latest"
  },
  "xo": {
    "space": 4,
    "ignore": [
      "lib/moritz.js",
      "lib/fht.js"
    ],
    "rules": {
      "prefer-destructuring": "warn",
      "prefer-rest-params": "warn",
      "unicorn/prefer-string-slice": "warn",
      "unicorn/prevent-abbreviations": "warn",
      "unicorn/no-fn-reference-in-iterator": "warn"
    }
  }
}
