{
  "name": "pm",
  "version": "2.2.6",
  "author": "Aleafs Zhang (zhangxc83@gmail.com)",
  "contributors": [
    {"name": "fengmk2", "email": "fengmk2@gmail.com", "web": "http://fengmk2.github.com"}
  ],
  "homepage": "https://github.com/aleafs/pm",
  "repository": "git://github.com/aleafs/pm.git",
  "description": "Process Manager for Node.js, branched from node-cluster.",
  "keywords": [ "process manager", "cluster", "child-process", "master-worker" ],
  "dependencies": {},
  "engines": {
    "node": ">=0.9"
  },
  "devDependencies": {
    "graceful": ">=0.0.3",
    "should": ">=3.0.1",
    "mocha": ">=0.9.0",
    "rewire": "*",
    "mm": "*",
    "blanket": "*",
    "coveralls" : "*",
    "travis-cov": "*",
    "mocha-lcov-reporter": "*"
  },
  "main"  : "./index.js",
  "scripts": {
    "test": "make test"
  },
  "config" : {
    "blanket": {
      "pattern": "/pm/lib"
    },
    "travis-cov": {
      "threshold": 98
    }
  }
}
