-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.05 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "proxy-pac.js",
"version": "1.1.11",
"description": "This is a file that set proxy auto-config(PAC) in JavaScript.",
"main": "./dist/proxy-pac.min.js",
"license": "GPL-3.0",
"scripts": {
"test": "cd test && node test",
"pretest": "gulp test",
"generate": "node lib/decode.js && node lib/generate.js",
"dist": "gulp main && gulp min"
},
"author": {
"name": "xn-02f",
"url": "https://xn--02f.com"
},
"files": [
"dist"
],
"homepage": "https://github.com/huiyifyj/Proxy-pac.js",
"repository": {
"type": "git",
"url": "git+https://github.com/huiyifyj/Proxy-pac.js.git"
},
"bugs": {
"url": "https://github.com/huiyifyj/Proxy-pac.js/issues"
},
"devDependencies": {
"del": "^5.0.0",
"gulp": "^4.0.1",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.7",
"gulp-rename": "^2.0.0",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"js-base64": "^2.5.1"
},
"keywords": [
"Proxy-pac.js",
"pac",
"proxy",
"gfwlist",
"gfw",
"network",
"js"
]
}