update docs: node.js support

This commit is contained in:
guox191 2019-03-25 12:25:42 +08:00
parent d9548ae7cf
commit 933cf25300
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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"
}
} }