{
  "name": "whistle.scriptfile",
  "description": "The plugin for the extension script for whistle",
  "version": "0.3.3",
  "author": "avenwu <avenwu@vip.qq.com>",
  "contributors": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/whistle-plugins/whistle.script/issues"
  },
  "homepage": "https://github.com/whistle-plugins/whistle.script",
  "keywords": [
    "whistle",
    "proxy",
    "ssi"
  ],
  "registry": "https://github.com/whistle-plugins/whistle.script",
  "repository": {
    "type": "git",
    "url": "https://github.com/whistle-plugins/whistle.script.git"
  },
  "scripts": {
    "dev": "webpack --config ./src/webpack.config.js -w",
    "lint": "eslint ./lib index.js",
    "lintfix": "eslint --fix ./lib index.js"
  },
  "devDependencies": {
    "babel-core": "^6.7.6",
    "babel-eslint": "^8.2.6",
    "babel-loader": "^6.2.4",
    "babel-preset-react": "^6.5.0",
    "bootstrap": "^3.3.6",
    "clipboard": "^1.5.8",
    "codemirror": "^5.11.0",
    "css-loader": "^0.23.1",
    "eslint": "^5.4.0",
    "eslint-config-imweb": "^0.2.11",
    "file-loader": "^0.8.5",
    "jquery": "^3.3.1",
    "jsx-loader": "^0.13.2",
    "react": "^15.4.2",
    "react-dom": "^15.4.2",
    "style-loader": "0.12.3",
    "url-loader": "0.5.6",
    "webpack": "^1.14.0"
  },
  "engines": {
    "node": ">=6"
  },
  "dependencies": {
    "co": "^4.6.0",
    "iconv-lite": "^0.4.15",
    "koa": "^1.4.0",
    "koa-bodyparser": "^2.5.0",
    "koa-onerror": "^3.1.0",
    "koa-router": "^5.4.0",
    "koa-static": "^2.1.0",
    "node-pac": "^0.2.2",
    "parseurl": "^1.3.1",
    "request": "^2.81.0",
    "ws": "3.0.0"
  },
  "peerDependencies": {
    "whistle": ">= 1.12.0"
  }
}
