{
  "name": "yunkong2.js-controller",
  "version": "1.5.2",
  "engines": {
    "node": ">=4.8.7"
  },
  "optionalDependencies": {
    "redis": "^2.8.0",
    "greenlock": "^2.2.7",
    "le-challenge-fs": "^2.0.8",
    "le-sni-auto": "^2.1.5",
    "winston-syslog": "^1.2.6",
    "diskusage": "^0.2.4"
  },
  "bin": {
    "yunkong2": "./yunkong2.js"
  },
  "dependencies": {
    "bluebird": "^3.5.1",
    "daemonize2": "^0.4.2",
    "yunkong2.admin": ">=2.0.9",
    "jsonwebtoken": "^8.2.1",
    "jszip": "^3.1.5",
    "loadavg-windows": "^1.0.2",
    "mime": "^1.4.0",
    "mkdirp": "^0.5.1",
    "ncp": "^2.0.0",
    "node-schedule": "^1.3.0",
    "node.extend": "^2.0.0",
    "pidusage": "^2.0.13",
    "prompt": "^1.0.0",
    "pyconf": "^1.1.2",
    "request": "^2.85.0",
    "safe-replace": "^1.0.2",
    "semver": "^5.5.0",
    "socket.io": "1.7.2",
    "socket.io-client": "1.7.2",
    "tar": "^4.4.2",
    "winston": "^2.4.2",
    "winston-daily-rotate-file": "^1.7.2",
    "yargs": "^11.0.0"
  },
  "devDependencies": {
    "@types/node": "^6.0.109",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-http": "^2.2.0",
    "grunt-jscs": "^3.0.1",
    "grunt-jsdoc": "^2.1.0",
    "grunt-replace": "^1.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.1.1"
  },
  "homepage": "http://www.yunkong2.com",
  "description": "Updated by reinstall.js on 2018-06-11T15:19:56.688Z",
  "keywords": [
    "yunkong2",
    "Smarthome",
    "Home Automation",
    "Smart Metering",
    "Homematic",
    "Hue",
    "KNX",
    "Z-Wave",
    "ZigBee",
    "Bidcos",
    "TV",
    "Sonos",
    "AV Receiver"
  ],
  "bugs": {
    "url": "https://github.com/yunkong2/yunkong2.js-controller/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/yunkong2/yunkong2.js-controller/blob/master/LICENSE"
    }
  ],
  "author": "bluefox <dogafox@gmail.com>",
  "contributors": [
    "bluefox <dogafox@gmail.com>",
    "hobbyquaker <hq@ccu.io>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yunkong2/yunkong2.js-controller"
  },
  "scripts": {
    "preinstall": "node lib/preinstallCheck.js",
    "install": "node yunkong2.js setup first",
    "start": "node yunkong2.js start",
    "stop": "node yunkong2.js stop",
    "restart": "node yunkong2.js restart",
    "prepublish": "node lib/scripts/scripts.js --prepublish",
    "test": "node node_modules/mocha/bin/mocha test --exit",
    "test-redis-socket": "node node_modules/mocha/bin/mocha test/redis-socket/ --exit",
    "coverage": "node node_modules/istanbul/lib/cli.js cover --config istanbul.yml node_modules/mocha/bin/_mocha ./test -- --ui bdd -R spec"
  },
  "main": "controller.js",
  "license": "MIT"
}
