UNPKG

@rocketsoftware/eureka-js-client

Version:

A JavaScript implementation the Netflix OSS service registry, Eureka.

66 lines (65 loc) 1.65 kB
{ "name": "@rocketsoftware/eureka-js-client", "version": "4.5.9", "description": "A JavaScript implementation the Netflix OSS service registry, Eureka.", "main": "lib/index.js", "scripts": { "prepublish": "gulp", "test": "gulp test", "integration": "gulp test:integration", "coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" }, "repository": { "type": "git", "url": "https://github.com/rocketsoftware/eureka-js-client.git" }, "keywords": [ "eureka", "service", "registry", "netflix" ], "author": "JQ", "license": "MIT", "bugs": { "url": "https://github.com/rocketsoftware/eureka-js-client/issues" }, "homepage": "https://github.com/rocketsoftware/eureka-js-client", "dependencies": { "@cypress/request": "^3.0.1", "async": "^3.2.6", "js-yaml": "^3.3.1", "lodash": "^4.13.1" }, "devDependencies": { "babel-core": "^6.4.5", "babel-istanbul": "^0.11.0", "babel-preset-es2015": "^6.3.13", "babel-preset-es2015-loose": "^7.0.0", "chai": "^3.2.0", "coveralls": "^2.11.4", "eslint": "^2.13.1", "eslint-config-airbnb-base": "^3.0.1", "eslint-plugin-import": "^1.10.0", "gulp": "^3.9.0", "gulp-babel": "^6.1.1", "gulp-env": "^0.4.0", "gulp-eslint": "^2.0.0", "gulp-istanbul": "^1.0.0", "gulp-mocha": "^3.0.0", "sinon": "^1.15.4", "sinon-chai": "^2.8.0" }, "greenkeeper": { "ignore": [ "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "gulp-eslint", "gulp-mocha" ] }, "directories": { "test": "test" } }