{
  "name": "thing-it-node-dc",
  "version": "0.107.0",
  "description": "thing-it Node Server",
  "main": "lib/node.js",
  "scripts": {
    "postversion": "git push && git push --tags && npm publish"
  },
  "authors": "Marc Gille, Julian Seibert, Neil Palmer",
  "license": "MIT, EPL",
  "dependencies": {
    "@thing-it/device-amx": "^0.1.0",
    "@thing-it/device-bacnet": "^1.5.0",
    "@thing-it/device-bacnet-scan": "^0.3.1",
    "@thing-it/device-browser": "^3.3.7",
    "@thing-it/device-enlighted": "^0.1.6",
    "@thing-it/device-enocean-ip": "^0.3.1",
    "@thing-it/device-kone": "^0.1.61",
    "@thing-it/device-philips-hue": "^0.2.0",
    "@thing-it/device-test": "0.0.14",
    "@thing-it/device-wtec": "^2.1.0",
    "bleno": "^0.5.0",
    "body-parser": "^1.11.0",
    "busboy": "^0.2.11",
    "cors": "^2.5.3",
    "dockerode": "^2.5.0",
    "express": "^4.11.2",
    "getmac": "^1.0.7",
    "jsonwebtoken": "^8.3.0",
    "lodash": "^3.1.0",
    "mime": "^1.3.4",
    "moment": "^2.9.0",
    "net": "^1.0.2",
    "noble": "^1.3.0",
    "nodemailer": "^1.4.0",
    "npm": "^4.4.4",
    "q": "^1.1.2",
    "readline-sync": "^1.4.1",
    "request": "^2.88.0",
    "socket.io": "^1.7.3",
    "socket.io-client": "^2.1.1",
    "uuid": "^3.1.0",
    "yargs": "^3.30.0"
  },
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "optionalDependencies": {},
  "devDependencies": {
    "mocha": "^5.2.0",
    "eslint": "^5.0.1",
    "eslint-config-defaults": "^9.0.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/marcgille/thing-it-node"
  },
  "keywords": [
    "IoT",
    "nodejs",
    "REST",
    "WebSocket",
    "Actor Animation",
    "Arduino",
    "BeagleBone Black",
    "Raspberry Pi"
  ],
  "bugs": {
    "url": "https://github.com/marcgille/thing-it-node/issues"
  },
  "homepage": "https://github.com/marcgille/thing-it-node",
  "bin": {
    "tin": "bin/thing-it-node.js"
  }
}
