{
  "name": "@siweb/spider-man-client",
  "version": "2.0.1",
  "description": "client for spider-man system",
  "main": "spider-man-client.js",
  "scripts": {
    "test": "mocha --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:BHrick/spider-man-client.git"
  },
  "keywords": [
    "Event",
    "Net",
    "TCP",
    "BH",
    "IoT"
  ],
  "author": "Pallin Pierre-Charles <pc.pallin@bh-technologies.com>",
  "license": "ISC",
  "devDependencies": {
    "bhrick-test": "^2.0.4",
    "chai": "^4.1.2",
    "mocha": "^5.2.0"
  },
  "dependencies": {
    "bh-envwrapper": "^1.3.2",
    "bh-logger": "^2.0.1",
    "protocol-spider-man": "^1.0.1",
    "q": "^1.5.1"
  },
  "semistandard": {
    "globals": [
      "describe",
      "it"
    ]
  }
}
