eureka-node-client
Version:
针对项目对 eureka-js-client 进行的二次开发
28 lines (27 loc) • 693 B
JSON
{
"name": "eureka-node-client",
"version": "1.0.9",
"description": "针对项目对 eureka-js-client 进行的二次开发",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arthas001/eureka-node-client.git"
},
"keywords": [
"eureka",
"eureka-js-client"
],
"author": "thomas.han",
"license": "MIT",
"bugs": {
"url": "https://github.com/arthas001/eureka-node-client/issues"
},
"homepage": "https://github.com/arthas001/eureka-node-client#readme",
"dependencies": {
"eureka-js-client": "^4.3.0",
"lodash": "^4.17.4"
}
}