mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-20 04:44:21 +00:00
26 lines
592 B
JSON
26 lines
592 B
JSON
{
|
|
"name": "anyproxy",
|
|
"version": "1.1.1",
|
|
"description": "a charles/fiddle like web proxy for developers which can intercept https requests without browser warning",
|
|
"main": "proxy.js",
|
|
"bin": {
|
|
"anyproxy": "bin.js"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.9.0",
|
|
"async-task-mgr": "^1.0.1",
|
|
"colorful": "^2.1.0",
|
|
"commander": "~2.3.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "nodeunit test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ottomao/anyproxy.git"
|
|
},
|
|
"author": "ottomao@gmail.com",
|
|
"license": "ISC"
|
|
}
|