UNPKG

abacus-eureka

Version:
57 lines 1.25 kB
{ "name": "abacus-eureka", "description": "A simple Netflix Eureka client", "license": "Apache-2.0", "version": "1.1.5", "private": false, "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/lib/utils/eureka", "bugs": { "url": "https://github.com/cloudfoundry-incubator/cf-abacus/issues" }, "repository": { "type": "git", "url": "http://github.com/cloudfoundry-incubator/cf-abacus.git" }, "keywords": [ "cf", "abacus" ], "files": [ ".npmrc", "src/" ], "main": "src/index.js", "scripts": { "test": "abacus-eslint && nyc abacus-mocha", "generate-coverage": "nyc report --reporter=lcovonly", "lint": "abacus-eslint", "pub": "publish" }, "dependencies": { "abacus-debug": "^1.1.5", "abacus-request": "^1.1.5", "abacus-urienv": "^1.1.5" }, "devDependencies": { "abacus-eslint": "^1.1.5", "abacus-mocha": "^1.1.5", "nyc": "^13.0.1", "abacus-publish": "^1.1.5", "underscore": "^1.9.1" }, "nyc": { "cache": true, "reporter": [ "text", "html" ], "exclude": [ "src/test/**" ] }, "engines": { "node": ">=8.10.0 <9.0.0", "npm": "<5.0.0", "yarn": ">=1.2.1" } }