UNPKG

thalassa-consul

Version:
66 lines (65 loc) 1.81 kB
{ "name": "thalassa-consul", "version": "0.1.0", "description": "Dynamic haproxy load balancer and configuration", "main": "index.js", "scripts": { "test": "jshint *.js lib/*.js test/*.js --config .jshintrc && mocha test/test*", "start": "browserify public/js/services/browserifyService.js -o public/js/browserifyServiceBundle.js && ./bin/server.js --debug", "postinstall": "browserify public/js/services/browserifyService.js -o public/js/browserifyServiceBundle.js" }, "bin": { "thalassa-consul": "./bin/server.js" }, "repository": { "type": "git", "url": "git://github.com/PearsonEducation/thalassa-consul.git" }, "keywords": [ "thalassa", "haproxy", "loadbalancer", "proxy" ], "author": "Mike Brevoort <mike.brevoort@pearson.com>", "license": "Apache2", "readmeFilename": "README.md", "gitHead": "b3a2c6670b3cd39203a1d8e743a7fa2588d8641e", "bugs": { "url": "https://github.com/PearsonEducation/thalassa-consul/issues" }, "dependencies": { "hapi": "~1.20.0", "crdt": "~3.5.1", "handlebars": "~1.0.12", "debounce": "0.0.2", "deep-equal": "0.2.1", "shoe": "~0.0.11", "haproxy": "0.0.3", "cli-color": "~0.2.2", "changeset": "0.0.5", "optimist": "~0.6.0", "websocket-stream": "~0.2.0", "ws": "~0.4.27", "xtend": "~2.0.6", "mux-demux": "~3.7.8", "through": "~2.3.4", "extend": "~1.2.0", "level": "~0.18.0", "mkdirp": "~0.3.5", "split": "~0.2.10", "browserify": "~2.25.1", "CBuffer": "~0.1.4", "extend": "~1.2.0", "request": "^2.34.0", "ip": "^0.3.0" }, "devDependencies": { "jshint": "~2.1.4", "mocha": "~1.12.0", "portfinder": "~0.2.1", "request": "~2.22.0", "async": "~0.2.9", "rimraf": "~2.2.0" } }