shuvalov-anton/node-clusterize-cli

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "node-clusterize-cli",
  "version": "1.1.5",
  "description": "Simple CLI interface for clusterize and demonize your apps",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/shuvalov-anton/node-clusterize-cli.git"
  },
  "author": "Anton Shuvalov <anton_shuvalov@me.com> (http://anton-shuvalov.info)",
  "bin": {
    "clusterize": "./bin/clusterize"
  },
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "daemon",
    "express"
  ],
  "bugs": {
    "url": "https://github.com/shuvalov-anton/node-clusterize-cli/issues"
  },
  "dependencies": {
    "commander": "~2.1.0",
    "daemon": "~1.1.0",
    "colors": "~0.6.2"
  },
  "devDependencies": {
    "mocha": "~1.15.1"
  }
}