1{
2  "name": "agent-base",
3  "version": "4.2.0",
4  "description": "Turn a function into an `http.Agent` instance",
5  "main": "./index.js",
6  "scripts": {
7    "test": "mocha --reporter spec"
8  },
9  "repository": {
10    "type": "git",
11    "url": "git://github.com/TooTallNate/node-agent-base.git"
12  },
13  "keywords": [
14    "http",
15    "agent",
16    "base",
17    "barebones",
18    "https"
19  ],
20  "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
21  "license": "MIT",
22  "bugs": {
23    "url": "https://github.com/TooTallNate/node-agent-base/issues"
24  },
25  "devDependencies": {
26    "mocha": "^3.4.2",
27    "ws": "^3.0.0"
28  },
29  "dependencies": {
30    "es6-promisify": "^5.0.0"
31  },
32  "engines": {
33    "node": ">= 4.0.0"
34  }
35}
36