seaport-haproxy
Version:
Sync seaport and haproxy to keep your services balanced
35 lines (34 loc) • 797 B
JSON
{
"name": "seaport-haproxy",
"version": "0.1.3",
"description": "Sync seaport and haproxy to keep your services balanced",
"main": "lib/seaport-haproxy.js",
"dependencies": {
"ejs": "~0.8.4",
"oop-utils": "^0.2.3"
},
"devDependencies": {
"haproxy": "0.0.3",
"jscs": "^1.7.3",
"jshint": "^2.5.6",
"seaport": "~1.7.1"
},
"scripts": {
"test": "mocha",
"prepublish": "ln -sf '../../hooks/pre-commit' .git/hooks/pre-commit"
},
"repository": {
"type": "git",
"url": "git://github.com/tim-smart/node-seaport-haproxy.git"
},
"keywords": [
"seaport",
"registry",
"haproxy"
],
"author": "Tim Smart <tim@fostle.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tim-smart/node-seaport-haproxy/issues"
}
}