{
  "name": "tunnel",
  "version": "0.0.3",
  "description": "Node HTTP/HTTPS Agents for tunneling proxies",
  "keywords": [
    "http",
    "https",
    "agent",
    "proxy"
  ],
  "homepage": "https://github.com/koichik/node-tunnel/",
  "author": "Koichi Kobayashi <koichik@improvement.jp>",
  "main": "./index.js",
  "licenses": {
    "type": "The MIT License",
    "url": "http://www.opensource.org/licenses/mit-license.php"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/koichik/node-tunnel"
  },
  "engines": {
    "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha"
  }

,"_resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.3.tgz"
,"_integrity": "sha512-YohLhrnpZrbzloZ4AOHh+zKgGrkNO5LDw72UMhfGPC4ccHnNAyimzEb0RMZgqAIuR+PqXO4BzRhaqsv8UBw13Q=="
,"_from": "tunnel@0.0.3"
}