-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 859 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
{
"name": "dproxy",
"description": "一个类似Fiddler的Web调试代理.A proxy designed for web developing, works like Fiddler",
"keywords": [
"web develop",
"web debug",
"proxy"
],
"version": "0.7.2",
"homepage": "http://github.com/deemstone/Dproxy",
"author": "Deemstone Li <[email protected]> (http://blog.cooer.net)",
"repository": {
"type": "git",
"url": "https://github.com/deemstone/Dproxy"
},
"bugs": {
"email": "[email protected]",
"url": "http://github.com/deemstone/Dproxy/issues"
},
"directories": {
"doc": "./doc",
"lib": "./lib",
"bin": "./bin"
},
"bin": "./cli.js",
"dependencies": {
},
"bundleDependencies": [
"fastcgi"
],
"devDependencies": {
},
"engines": {
"node": "0.6 || 0.7 || 0.8"
},
"scripts": {
"test": "node ./test/run.js"
}
}