anyproxy/package.json
2014-08-08 16:30:53 +08:00

16 lines
316 B
JSON

{
"name": "http-proxy",
"version": "0.1.0",
"description": "https proxy over http",
"main": "index.js",
"dependencies": {
"async": "~0.9.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ottomao@gmail.com",
"license": "ISC"
}