soyuka/relieve

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "relieve",
  "version": "2.2.1",
  "description": "Ease the implementation of multi processing accross your microservices",
  "main": "index.js",
  "scripts": {
    "test": "lerna run test",
    "coverage": "lerna run coverage"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "repository": "http://github.com/soyuka/relieve",
  "keywords": [
    "child",
    "process",
    "fork",
    "worker",
    "pool",
    "thread",
    "task"
  ],
  "author": "Antoine Bluchet <soyuka@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "lerna": "2.0.0-beta.38"
  }
}