{
  "name": "node-red-contrib-iottools-fieldbus",
  "version": "0.0.1-rc2",
  "description": "A Node-RED node for MB fieldbus",
  "main": "index.js",
  "dependencies": {
    "serialport": "^7.1.4"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.mbconnectline.com/nodes/xlink.git"
  },
  "bugs": {
    "url": "https://gitlab.mbconnectline.com/nodes/xlink/issues",
    "email": "rohit.khatri@mbconnectline.com"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "xlink",
    "unigate",
    "data-diode",
    "mbconnect",
    "fieldbus",
    "mbxlink"
  ],
  "node-red": {
    "nodes": {
      "fieldbus": "red/fieldbus.js"
    }
  },
  "author": "MB connect line GmbH",
  "license": "Apache-2.0",
  "homepage": "https://gitlab.mbconnectline.com/nodes/xlink.git"
}
