UNPKG

625 BJSONView Raw
1{
2 "name": "edgemicro-eurekaclient",
3 "version": "1.0.0",
4 "description": "This microgateway plugin integrates for NetFlix's Eureka",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "srinandans@google.com",
10 "license": "Apache 2.0",
11 "dependencies": {
12 "eureka-js-client": "^4.3.0"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/apigee/microgateway-plugins.git"
17 },
18 "bugs": {
19 "url": "https://github.com/apigee/microgateway-plugins/issues"
20 },
21 "homepage": "https://github.com/apigee/microgateway-plugins#readme"
22}