forked from chill117/proxy-lists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.09 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
48
49
50
51
52
{
"name": "proxy-lists",
"version": "1.7.0",
"description": "Get proxies from publicly available proxy lists.",
"keywords": [
"proxies",
"proxylist",
"proxylists",
"proxy"
],
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"bin": {
"proxy-lists": "cli.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chill117/proxy-lists"
},
"author": {
"name": "Charles Hill",
"email": "[email protected]"
},
"license": "MIT",
"readmeFilename": "readme.md",
"bugs": {
"url": "https://github.com/chill117/proxy-lists/issues"
},
"dependencies": {
"async": "2.0.1",
"cheerio": "0.20.0",
"colors": "1.1.2",
"commander": "2.9.0",
"css": "2.2.1",
"geoip-native-lite": "0.1.0",
"request": "2.74.0",
"underscore": "1.8.3",
"xml2js": "0.4.17"
},
"devDependencies": {
"benchmark": "2.1.1",
"chai": "3.5.0",
"grunt": "1.0.1",
"grunt-eslint": "19.0.0",
"grunt-mocha-test": "0.12.7",
"load-grunt-config": "0.19.2",
"mocha": "2.5.3",
"time-grunt": "1.4.0"
}
}