mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-20 13:34:22 +00:00
44 lines
1009 B
JSON
44 lines
1009 B
JSON
{
|
|
"name": "anyproxy-page",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"async": "^0.9.2",
|
|
"async-task-mgr": "^1.1.0",
|
|
"body-parser": "^1.13.3",
|
|
"colorful": "^2.1.0",
|
|
"commander": "^2.3.0",
|
|
"compression": "^1.5.2",
|
|
"express": "^4.13.3",
|
|
"gulp-less": "^3.0.3",
|
|
"iconv-lite": "^0.4.11",
|
|
"ip": "^0.3.3",
|
|
"juicer": "^0.6.11",
|
|
"nedb": "^0.11.2",
|
|
"npm": "^2.13.3",
|
|
"promise": "^7.0.4",
|
|
"proxy-eval": "^1.1.1",
|
|
"qrcode-npm": "^0.0.3",
|
|
"stream-throttle": "^0.1.3",
|
|
"ws": "^0.4.32"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/alibaba/anyproxy.git"
|
|
},
|
|
"author": "Otto Mao <ottomao@gmail.com> (http://ottomao.com/)",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/alibaba/anyproxy/issues"
|
|
},
|
|
"homepage": "https://github.com/alibaba/anyproxy"
|
|
}
|