{
  "name": "agent-base",
  "version": "2.0.1",
  "description": "Turn a function into an `http.Agent` instance",
  "main": "agent.js",
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-agent-base.git"
  },
  "keywords": [
    "http",
    "agent",
    "base",
    "barebones",
    "https"
  ],
  "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TooTallNate/node-agent-base/issues"
  },
  "devDependencies": {
    "mocha": "2"
  },
  "dependencies": {
    "extend": "~3.0.0",
    "semver": "~5.0.1"
  }
}
