UNPKG

866 BJSONView Raw
1{
2 "name": "proxy-agent",
3 "version": "0.0.2",
4 "description": "Maps proxy protocols to `http.Agent` implementations",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --reporter spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/TooTallNate/node-proxy-agent.git"
12 },
13 "keywords": [
14 "http",
15 "https",
16 "agent",
17 "mapping",
18 "proxy",
19 "cache"
20 ],
21 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/TooTallNate/node-proxy-agent/issues"
25 },
26 "homepage": "https://github.com/TooTallNate/node-proxy-agent",
27 "dependencies": {
28 "http-proxy-agent": "0",
29 "https-proxy-agent": "0",
30 "socks-proxy-agent": "0",
31 "lru-cache": "~2.3.1"
32 },
33 "devDependencies": {
34 "mocha": "~1.12.0",
35 "superagent": "~0.15.4"
36 }
37}