update author info

This commit is contained in:
加里 2014-08-22 14:36:08 +08:00
parent 718f8cde0b
commit 44d1a030b0
2 changed files with 5 additions and 7 deletions

View File

@ -109,7 +109,5 @@ module.exports = rules;
``` ```
## Contact ## Contact
Author : Otto Mao, from Shanghai,China Please feel free to raise any issue about this project, or give us some advice on this doc. :)
ottomao@gmail.com Email: alipay-sh-wd@list.alibaba-inc.com
Please feel free to raise any issue about this project, or give me some advice on this poor english doc. :)

View File

@ -1,6 +1,6 @@
{ {
"name": "anyproxy", "name": "anyproxy",
"version": "1.2.1", "version": "1.2.2",
"description": "another proxy written in NODEJS, which can handle HTTPS requests and CROS perfectly", "description": "another proxy written in NODEJS, which can handle HTTPS requests and CROS perfectly",
"main": "proxy.js", "main": "proxy.js",
"bin": { "bin": {
@ -20,8 +20,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/ottomao/anyproxy.git" "url": "https://github.com/alipay-ct-wd"
}, },
"author": "ottomao@gmail.com", "author": "alipay-sh-wd@list.alibaba-inc.com",
"license": "ISC" "license": "ISC"
} }