mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 15:31:26 +00:00
update docs: node.js support
This commit is contained in:
parent
d9548ae7cf
commit
933cf25300
@ -7,7 +7,7 @@ AnyProxy
|
|||||||
|
|
||||||
[npm-image]: https://img.shields.io/npm/v/anyproxy.svg?style=flat-square
|
[npm-image]: https://img.shields.io/npm/v/anyproxy.svg?style=flat-square
|
||||||
[npm-url]: https://npmjs.org/package/anyproxy
|
[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/
|
[node-url]: http://nodejs.org/download/
|
||||||
[download-image]: https://img.shields.io/npm/dm/anyproxy.svg?style=flat-square
|
[download-image]: https://img.shields.io/npm/dm/anyproxy.svg?style=flat-square
|
||||||
[download-url]: https://npmjs.org/package/anyproxy
|
[download-url]: https://npmjs.org/package/anyproxy
|
||||||
|
@ -108,5 +108,8 @@
|
|||||||
"url": "https://github.com/alibaba/anyproxy"
|
"url": "https://github.com/alibaba/anyproxy"
|
||||||
},
|
},
|
||||||
"author": "ottomao@gmail.com",
|
"author": "ottomao@gmail.com",
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6.0.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user