master-cluster
Version:
Facilitate using cluster and domain modules, live reload application in development mode on code change.
31 lines (30 loc) • 683 B
JSON
{
"author": "Jerome Touffe-Blin <jtblin@gmail.com> (http://about.me/jtblin)",
"name": "master-cluster",
"description": "Facilitate using cluster and domain modules, live reload application in development mode on code change.",
"version": "0.3.4",
"dependencies": {
"debug": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/jtblin/master-cluster.git"
},
"main": "master-cluster.js",
"engines": {
"node": ">=0.8.0"
},
"keywords": [
"cluster",
"module",
"live",
"reload",
"restart",
"error",
"errors",
"handling",
"watch"
],
"license": "BSD-2-Clause",
"types": "master-cluster.d.ts"
}