mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
update docs: node.js support
This commit is contained in:
@@ -7,7 +7,7 @@ AnyProxy
|
||||
|
||||
[npm-image]: https://img.shields.io/npm/v/anyproxy.svg?style=flat-square
|
||||
[npm-url]: https://npmjs.org/package/anyproxy
|
||||
[node-image]: https://img.shields.io/badge/node.js-%3E=_5.0.0-green.svg?style=flat-square
|
||||
[node-image]: https://img.shields.io/badge/node.js-%3E=_6.0.0-green.svg?style=flat-square
|
||||
[node-url]: http://nodejs.org/download/
|
||||
[download-image]: https://img.shields.io/npm/dm/anyproxy.svg?style=flat-square
|
||||
[download-url]: https://npmjs.org/package/anyproxy
|
||||
|
||||
@@ -108,5 +108,8 @@
|
||||
"url": "https://github.com/alibaba/anyproxy"
|
||||
},
|
||||
"author": "ottomao@gmail.com",
|
||||
"license": "Apache-2.0"
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user