| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "agent-base",
- "version": "2.1.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",
- "ws": "0.8.0"
- },
- "dependencies": {
- "extend": "~3.0.0",
- "semver": "~5.0.1"
- }
- }
|