{
  "name": "koa2-proxy",
  "version": "1.1.7",
  "description": "基于koa@2的代理工具，支持http和https，并且可以当做本地服务器使用",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha",
    "build": "babel src --watch -d  lib",
    "doc": "node doc/doc.js",
    "push": "npm version patch && nrm use npm && npm publish"
  },
  "dependencies": {
    "babel-core": "^6.10.4",
    "babel-polyfill": "^6.9.1",
    "check-update": "0.0.8",
    "ip": "^1.1.4",
    "koa": "^2.0.0",
    "koa-body": "^2.0.0",
    "koa-bodyparser": "^3.1.0",
    "koa2-match": "^1.0.5",
    "logger-color": "^1.0.3",
    "mime-types": "^2.1.16",
    "open": "0.0.5",
    "pem": "^1.8.3",
    "regenerator": "^0.8.46",
    "request": "^2.72.0",
    "smarty4js": "^0.1.8"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-loader": "^6.2.4",
    "babel-plugin-syntax-async-functions": "^6.8.0",
    "babel-plugin-syntax-async-generators": "^6.8.0",
    "babel-plugin-transform-async-to-generator": "^6.8.0",
    "babel-plugin-transform-async-to-module-method": "^6.8.0",
    "babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
    "babel-plugin-transform-regenerator": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-0": "^6.5.0",
    "chai": "^3.5.0",
    "co": "^4.6.0",
    "lazy-doc": "^0.1.3",
    "pem": "^1.8.3",
    "supertest": "^1.2.0",
    "webpack": "^1.13.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laomu1988/koa-proxy.git"
  },
  "author": "",
  "license": "MIT"
}
