-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.12 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": "free-proxy",
"version": "0.2.1",
"description": "Fetch free proxies from https://www.free-proxy-list.com",
"main": "index.js",
"scripts": {
"test": "nyc mocha test/**/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/lenconda/free-proxy.git"
},
"engines": {
"node": ">= 6.0.0"
},
"keywords": [
"proxy",
"proxy list",
"http proxy"
],
"author": "lenconda <i@lenconda.top>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lenconda/free-proxy/issues"
},
"homepage": "https://github.com/lenconda/free-proxy#readme",
"devDependencies": {
"babel-eslint": "7.1.1",
"casual": "1.5.11",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"chai-spies": "0.7.1",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.0",
"mocha": "3.2.0",
"nyc": "10.2.0",
"proxy-supervisor": "^0.9.4",
"supertest": "3.0.0"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"superagent": "^4.1.0"
}
}