{
  "name": "proxysite",
  "version": "0.3.0",
  "description": "好用的代理站点的工具",
  "main": "dist/proxy.js",
  "bin": {
    "proxysite": "bin/proxysite.js"
  },
  "scripts": {
    "test": "mocha -r node_modules/coffee-script/lib/coffee-script/register test/test.coffee",
    "prepublish": "cake build"
  },
  "files": [
    "bin",
    "dist",
    "src",
    "Cakefile",
    "readme.md"
  ],
  "author": "JrIdeA",
  "repository": {
    "type": "git",
    "url": "https://github.com/JrIdeA/proxysite.git"
  },
  "license": "MIT",
  "keywords": [
    "proxy",
    "agent",
    "tool"
  ],
  "dependencies": {
    "bluebird": "~2.9.30",
    "coffee-script": "~1.9.3",
    "colors": "~1.1.2",
    "commander": "~2.8.1",
    "replacestream": "4.0.0"
  },
  "devDependencies": {
    "mocha": "2.2.5",
    "nokit": "0.8.0",
    "supertest": "1.0.1"
  }
}
