| { |
| "name": "edgemicro-eurekaclient", |
| "version": "1.0.0", |
| "description": "This microgateway plugin integrates for NetFlix's Eureka", |
| "main": "index.js", |
| "scripts": { |
| "test": "echo \"Error: no test specified\" && exit 1" |
| }, |
| "author": "srinandans@google.com", |
| "license": "ISC", |
| "dependencies": { |
| "eureka-js-client": "^4.3.0" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/apigee/microgateway-plugins.git" |
| }, |
| "bugs": { |
| "url": "https://github.com/apigee/microgateway-plugins/issues" |
| }, |
| "homepage": "https://github.com/apigee/microgateway-plugins#readme" |
| } |