{
  "name": "auto-pod",
  "version": "0.0.6",
  "description": "Automatically choose tunneling or direct connection for cocoapods. As easy as `pod` itself. Help you get rid of GFW of China.",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "tsc"
  },
  "bin": {
    "auto-pod": "bin/auto-pod"
  },
  "keywords": [
    "pod",
    "GFW",
    "cocoapods",
    "proxy",
    "auto",
    "auto-proxy"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kcauchy/auto-pod.git"
  },
  "author": "Karl Cauchy <karl@cauchies.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kcauchy/auto-pod/issues"
  },
  "homepage": "https://github.com/kcauchy/auto-pod#readme",
  "devDependencies": {
    "@types/js-yaml": "^3.12.0",
    "@types/matcher": "^1.1.0",
    "@types/node": "^11.9.4",
    "@types/shelljs": "^0.8.3",
    "ts-node": "^8.0.2",
    "tslint": "^5.12.1",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^3.3.3"
  },
  "dependencies": {
    "agent-base": "^4.2.1",
    "commander": "^2.19.0",
    "js-yaml": "^3.12.2",
    "log4js": "^4.0.2",
    "matcher": "^1.1.1",
    "shelljs": "^0.8.3",
    "socks": "^2.3.1"
  }
}
