{
  "name": "koa-mockingbird-proxy",
  "version": "0.0.2",
  "description": "http proxy middleware for koa",
  "engines": {
    "node": ">=6.0.0"
  },
  "engineStrict": true,
  "main": "index.js",
  "scripts": {
    "test": "npm -s run mocha && npm run -s lint && npm run -s jscs",
    "test:debug": "mocha debug -R spec test --recursive",
    "mocha": "mocha -R spec test --recursive",
    "lint": "jshint index.js test/*.js test/**/*js lib/*js app/**/*js ",
    "jscs": "jscs index.js test/*.js test/**/*js lib/*js app/**/*js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:EltonZhong/koa-better-http-proxy.git"
  },
  "types": "types.d.ts",
  "keywords": [
    "koa-better-http-proxy",
    "mockingbird"
  ],
  "author": {
    "name": "eltonzhong",
    "email": "1136154955@qq.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nsimmons/koa-better-http-proxy/issues"
  },
  "devDependencies": {
    "body-parser": "^1.17.1",
    "chai": "^3.5.0",
    "cookie-parser": "^1.4.3",
    "express": "^4.15.2",
    "jscs": "^3.0.7",
    "jshint": "^2.9.4",
    "koa": "^2.2.0",
    "mocha": "^2.1.0",
    "supertest": "^1.2.0"
  },
  "dependencies": {
    "es6-promise": "^3.3.1",
    "raw-body": "^2.2.0",
    "winston": "^2.3.1"
  },
  "contributors": []
}
