forked from Tjatse/req-fast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 911 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
40
41
42
{
"name": "req-fast",
"version": "0.2.14",
"description": "This module is designed to be the fast, lightweight way to fetch the web content(HTML stream).",
"main": "lib/req.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec -t 30000"
},
"repository": {
"type": "git",
"url": "git://github.com/Tjatse/req-fast.git"
},
"keywords": [
"request",
"http",
"client",
"fetch",
"grab",
"download"
],
"author": "Tjatse",
"license": "Apache, Version 2.0",
"bugs": {
"url": "https://github.com/Tjatse/req-fast/issues"
},
"engines": [
"node >= 0.8.0"
],
"dependencies": {
"tunnel2":"^0.0.4",
"urijs": "~1.17.0",
"random-ua": "^0.0.6",
"iconv-lite": "^0.4.13"
},
"devDependencies": {
"mocha": "^1.21.4",
"chai": "^1.9.1",
"request": "~2.51.0",
"async": "~0.9.0"
},
"readmeFilename": "README.md"
}