seneca-load-balancer
Version:
A seneca service that will allow you to easily manage multiple running services with the same patterns
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "seneca-load-balancer",
"version": "0.0.1",
"description": "A seneca service that will allow you to easily manage multiple running services with the same patterns",
"main": "index.js",
"scripts": {
"test": "lab -v ./test/*.test.js",
"lint": "lab -dL"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thekemkid/seneca-load-balancer.git"
},
"keywords": [
"seneca",
"load-balance",
"microservices"
],
"author": "Glen Keane",
"license": "MIT",
"bugs": {
"url": "https://github.com/thekemkid/seneca-load-balancer/issues"
},
"homepage": "https://github.com/thekemkid/seneca-load-balancer#readme",
"devDependencies": {
"code": "^2.1.0",
"eslint-config-seneca": "^1.1.2",
"eslint-plugin-hapi": "^4.0.0",
"eslint-plugin-standard": "^1.3.1",
"lab": "^8.0.1",
"pre-commit": "^1.1.2",
"seneca": "^1.0.0"
},
"pre-commit": [
"test",
"lint"
],
"dependencies": {
"patrun": "^0.5.0",
"request": "^2.67.0",
"underscore": "^1.8.3"
}
}