{
  "name": "cpulimit",
  "version": "1.1.4",
  "description": "Limit the CPU usage of a process.",
  "main": "index.js",
  "os" : [
    "darwin",
    "linux"
  ],
  "bin": {
    "cpulimit": "./bin/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vangelov/node-cpulimit"
  },
  "author": "Vladimir Angelov",
  "license": "MIT",
  "dependencies": {
    "child_pids": "^1.0.0",
    "commander": "^2.9.0",
    "expand-tilde": "^1.2.0",
    "ps-man": "^1.1.3"
  }
}
