forked from liuyunclouder/httpx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 KB
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
{
"author":"Harry <czy88840616@gmail.com>",
"name":"httpx",
"description":"A resources proxy tools for engineer",
"main": "./lib/cmd",
"version":"0.0.6",
"keywords":[
"proxy",
"assets"
],
"bugs":{
"url":"https://github.com/czy88840616/httpx/issues"
},
"repository":{
"type":"git",
"url":"git://github.com/czy88840616/httpx.git"
},
"bin":{
"tt":"./bin/tt"
},
"engines":{
"node":">=0.8.0"
},
"licenses":[
{
"type":"MIT",
"url":"https://github.com/czy88840616/httpx/blob/master/LICENSE.md"
}
],
"dependencies":{
"iconv-lite":"0.2.10",
"express":"3.2.6",
"mkdirp":"0.3.5",
"colors":"0.6.0-1",
"async":"0.2.9",
"underscore":"1.4.4",
"optimist":"0.5.2",
"nconf":"0.6.7",
"request":"2.25.0",
"walkdir":"0.0.7",
"consolidate":"0.4.0",
"jazz":"0.0.18",
"combo-url-parser":"0.0.2",
"fileutil": "1.1.1",
"combined-stream": "0.0.4"
}
}