-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 951 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 951 Bytes
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
40
{
"name": "proxy-pac-proxy",
"version": "1.0.13-dev",
"description": "Forwarding proxy with support for upstream *proxy.pac* resolution and BASIC authentication",
"keywords": [
"proxy",
"pac",
"proxy-pac"
],
"bin": {
"proxy-pac-proxy": "bin/proxy-pac-proxy.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"async": "~2.5.0",
"bluebird": "^3.5.2",
"debug": "^4.1.0",
"inquirer": "~3.3.0",
"ip": "~1.1.5",
"lodash": "^4.17.11",
"pac-resolver": "~3.0.0",
"request": "^2.88.0",
"yargs": "~9.0.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/emarock/proxy-pac-proxy.git"
},
"bugs": {
"url": "http://github.com/emarock/proxy-pac-proxy/issues"
},
"engines": {
"node": ">= 7.6"
},
"author": "Enrico Marocco <enrico.marocco@gmail.com>",
"license": "Apache-2.0"
}