forked from TooTallNate/node-pac-proxy-agent
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 953 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "electron-proxy-agent",
"version": "1.2.1",
"description": "NodeJS http(s).Agent implementation for electron shell",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/felicienfrancois/electron-proxy-agent.git"
},
"keywords": [
"electron",
"atom shell",
"proxy",
"agent",
"http",
"https",
"socks",
"request",
"access"
],
"authors": [
"Nathan Rajlich <[email protected]> (http://n8.io/)",
"Félicien François <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/felicienfrancois/node-electron-proxy-agent/issues"
},
"homepage": "https://github.com/felicienfrancois/node-electron-proxy-agent",
"dependencies": {
"agent-base": "2",
"debug": "2",
"extend": "3",
"get-uri": "1",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"socks-proxy-agent": "2"
}
}