hydra-experimental
Version:
Hydra is a NodeJS light-weight library for building distributed computing applications such as microservices
58 lines (57 loc) • 1.47 kB
JSON
{
"name": "hydra-experimental",
"version": "1.2.9",
"license": "MIT",
"author": "Carlos Justiniano",
"contributors": [
"Artem Kochnev <artemkochnev@gmail.com>",
"Carlos Justiniano <carlos.justiniano@gmail.com>",
"Eric Adum <eric.adum@gmail.com>",
"Jedediah Smith <jed@obdstudios.com>",
"Rolando Santamaria Maso <kyberneees@gmail.com>",
"Sebastiansch <s.schedlbauer@gmail.com>"
],
"description": "Hydra is a NodeJS light-weight library for building distributed computing applications such as microservices",
"keywords": [
"hydra",
"hydra-core",
"microservice"
],
"main": "index.js",
"analyze": false,
"engines": {
"node": ">=6.2.1"
},
"scripts": {
"test": "mocha specs --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flywheelsports/hydra.git"
},
"dependencies": {
"bluebird": "3.5.0",
"ip": "1.1.5",
"json-stringify-safe": "5.0.1",
"node-fetch": "1.6.3",
"redis": "2.7.1",
"redis-url": "1.2.1",
"route-parser": "0.0.5",
"uuid": "3.0.1"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.19.0",
"eslint-config-google": "0.7.1",
"eslint-plugin-mocha": "4.9.0",
"mocha": "3.2.0",
"redis-mock": "0.16.0"
},
"bin": {
"hydra": "index.js"
},
"bugs": {
"url": "https://github.com/flywheelsports/hydra/issues"
},
"homepage": "https://github.com/flywheelsports/hydra#readme"
}