{
  "name": "hybrid-inspect",
  "version": "0.0.6",
  "description": "vorlon implement by bingjian",
  "main": "Server/server.js",
  "dependencies": {
    "antd": "^2.13.9",
    "body-parser": "~1.12.3",
    "codemirror": "^5.31.0",
    "colorful": "^2.1.0",
    "colors": "~1.1.2",
    "cookie-parser": "~1.3.5",
    "cookieparser": "~0.1.0",
    "cors": "^2.7.1",
    "express": "~4.12.3",
    "express-session": "~1.11.1",
    "favicon": "0.0.2",
    "gulp-if": "^2.0.2",
    "homedir": "^0.6.0",
    "hooks": "^0.3.2",
    "http-proxy": "~1.11.2",
    "jade": "~1.9.2",
    "json": "~9.0.3",
    "method-override": "2.3.4",
    "minimist": "^1.2.0",
    "multer": "~0.1.8",
    "node-easy-cert": "^1.2.0",
    "pageres": "^4.1.2",
    "passport": "~0.2.1",
    "passport-local": "~1.0.0",
    "passport-twitter": "~1.0.3",
    "qrcode": "^1.0.0",
    "qrcode-npm": "^0.0.3",
    "react-split-pane": "^0.1.71",
    "socket.io": "^1.5.0",
    "stylus": "~0.50.0",
    "winston": "~1.0.1",
    "winston-azure": "0.0.4",
    "winston-logs-display": "~0.1.1",
    "xmlhttprequest": "~1.7.0"
  },
  "entry": {},
  "devDependencies": {
    "anyproxy": "^4.0.0-beta18",
    "atool-build": "^1.0.2",
    "babel-cli": "^6.22.2",
    "babel-core": "^6.22.1",
    "babel-loader": "^6.2.10",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-import": "^1.6.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-0": "^6.16.0",
    "concurrently": "^3.5.0",
    "gulp": "^3.9.1",
    "gulp-concat": "~2.2.0",
    "gulp-filter": "~0.4.1",
    "gulp-less": "~3.0.3",
    "gulp-mocha": "~2.2.0",
    "gulp-plumber": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-shell": "^0.6.3",
    "gulp-sourcemaps": "~1.5.2",
    "gulp-typescript": "~2.13.6",
    "gulp-uglify": "^0.3.2",
    "gulp-util": "~2.2.14",
    "gulp-webserver": "~0.9.0",
    "gulp-zip": "~3.0.2",
    "merge2": "~0.3.5",
    "mocha-junit-reporter": "^1.9.1",
    "through": "~2.3.4",
    "typescript": "^1.8.10"
  },
  "scripts": {
    "atool-plugin": "atool-build --no-compress --config ./Plugins/webpack.config.js -o ./dist/plugins",
    "dev": "concurrently --names \"gulp,npm\" --kill-others \"gulp watch\" \"atool-build -w --no-compress --config ./Plugins/webpack.config.js -o ./dist/plugins\" ",
    "global-deploy-gulp": "npm install -g gulp",
    "global-deploy-gulp-cli": "npm install -g gulp-cli",
    "build-all": "gulp --gulpfile=./gulpfile.js",
    "build-bin": "babel src --out-dir dist",
    "build": "npm run build-all && npm run build-bin",
    "prepare": "npm run build",
    "start": "node ./dist/local-server.js"
  },
  "bin": {
    "vorlon": "./bin/vorlon",
    "ant-vorlon": "./bin/ant-vorlon"
  }
}
