{
  "name": "@mdslab/iotronic-lightning-rod",
  "version": "2.3.6",
  "description": "Implementation of the Lightning-rod, the Stack4Things node-side probe (this version works with the standalone version of IoTronic) http://stack4things.unime.it/",
  "main": "lightning-rod.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "test": "node lightning-rod.js",
    "postinstall": "./scripts/postinst",
    "uninstall": "./scripts/postuninst"
  },
  "dependencies": {
    "autobahn": "<=18.10.2",
    "ws":"<=6.1.0",
    "connection-tester": "0.2.0",
    "fs-access": "1.0.1",
    "fuse-bindings": "2.8.1",
    "is-running": "2.1.0",
    "log4js": "1.1.1",
    "mknod": "1.1.0",
    "nconf": "0.10.0",
    "q": "1.5.1",
    "requestify": "0.2.5",
    "md5":"2.2.1",
    "python-shell":"0.5.0",
    "net":"1.0.2",
    "lsof":"0.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MDSLab/s4t-lightning-rod.git"
  },
  "keywords": [
    "IoT",
    "Stack4Things",
    "s4t",
    "Cloud",
    "WAMP"
  ],
  "author": "Nicola Peditto <npeditto@unime.it>",
  "contributors": [
    {
      "name": "Dario Bruneo",
      "email": "dbruneo@unime.it"
    },
    {
      "name": "Francesco Longo",
      "email": "flongo@unime.it"
    },
    {
      "name": "Giovanni Merlino",
      "email": "gmerlino@unime.it"
    },
    {
      "name": "Andrea Rocco Lotronto",
      "email": "andrealotronto@gmail.com"
    },
    {
      "name": "Fabio Verboso",
      "email": "fverboso@unime.it"
    },
    {
      "name": "Carmelo Romeo",
      "email": "caromeo@unime.it"
    }
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/MDSLab/s4t-lightning-rod/issues"
  },
  "homepage": "https://github.com/MDSLab/s4t-lightning-rod#readme"
}
