{
  "name": "hiproxy-plugin-network",
  "version": "1.1.5",
  "description": "hiproxy network plugin",
  "main": "index.js",
  "scripts": {
    "start": "webpack -w",
    "semistandard": "semistandard --fix",
    "build": "export NODE_ENV=production && webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hiproxy/hiproxy-plugin-network.git"
  },
  "keywords": [
    "network",
    "plugin",
    "hiproxy"
  ],
  "author": "huazihear",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hiproxy/hiproxy-plugin-network/issues"
  },
  "homepage": "https://github.com/hiproxy/hiproxy-plugin-network#readme",
  "dependencies": {
    "mustache": "^2.3.0",
    "simple-mime": "^0.1.0",
    "socket.io": "^2.0.3"
  },
  "devDependencies": {
    "antd": "^3.0.0",
    "babel-core": "^6.25.0",
    "babel-loader": "^7.0.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "css-loader": "^0.28.4",
    "extract-text-webpack-plugin": "^3.0.0",
    "less-loader": "^4.0.4",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-file-icon": "0.0.2",
    "react-redux": "^5.0.6",
    "redux": "^3.7.2",
    "redux-thunk": "^2.2.0",
    "style-loader": "^0.18.2",
    "uglifyjs-webpack-plugin": "^1.1.8",
    "webpack": "^3.4.1",
    "webpack-bundle-analyzer": "^2.11.0"
  },
  "semistandard": {
    "ignore": [
      "/source/"
    ],
    "globals": [
      "fetch",
      "sessionStorage"
    ]
  }
}
