thalassa-http-client
Version:
A simple http client for Thalassa that doesn't require ZeroMQ
34 lines (33 loc) • 833 B
JSON
{
"name": "thalassa-http-client",
"version": "0.1.0",
"description": "A simple http client for Thalassa that doesn't require ZeroMQ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/PearsonEducation/thalassa-http-client.git"
},
"keywords": [
"thalassa",
"haproxy",
"registry"
],
"author": "Mike Brevoort <mike.brevoort@pearson.com>",
"contributors": [
"Rich Beaudoin <rich.beaudoin@pearson.com>"
],
"license": "Apache2",
"bugs": {
"url": "https://github.com/PearsonEducation/thalassa-http-client/issues"
},
"dependencies": {
"ip": "~0.1.0",
"request": "~2.27.0",
"optimist": "~0.6.0",
"thalassa-registrations": "~0.1.0",
"cli-color": "~0.2.2"
}
}