thalassa-crowsnest
Version:
A vantage point for Thalassa
59 lines (58 loc) • 1.6 kB
JSON
{
"name": "thalassa-crowsnest",
"version": "0.3.0",
"description": "A vantage point for Thalassa",
"main": "index.js",
"scripts": {
"test": "jshint *.js lib/*.js public/js/*.js --config .jshintrc && echo Sadly no tests yet",
"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-crowsnest": "./bin/server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/PearsonEducation/thalassa-crowsnest.git"
},
"keywords": [
"thalassa",
"haproxy",
"loadbalancer",
"proxy"
],
"author": "Mike Brevoort <mike.brevoort@pearson.com>",
"contributors": [
"Mike Brevoort <mike.brevoort@pearson.com>",
"Cory Grunkemeyer <cory.grunkemeyer@pearson.com"
],
"license": "Apache2",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/PearsonEducation/thalassa-crowsnest/issues"
},
"devDependencies": {
"mocha": "~1.12.0"
},
"dependencies": {
"browserify": "~2.25.1",
"CBuffer": "~0.1.4",
"cli-color": "~0.2.2",
"crdt": "~3.5.2",
"hapi": "~1.9.0",
"level": "~0.18.0",
"mkdirp": "~0.3.5",
"mux-demux": "~3.7.8",
"optimist": "~0.6.0",
"request": "~2.27.0",
"shoe": "~0.0.11",
"split": "~0.2.10",
"thalassa": "~0.4.0",
"through": "~2.3.4",
"websocket-stream": "~0.2.0",
"ws": "0.4.27"
},
"engines": {
"node": ">0.10.0"
}
}