{
  "name": "watch-spawn",
  "version": "2.0.1",
  "description": "Watch specific files or directories and re-execute a given command, using `child_process.spawn` instead of the original `child_process.exec` to have a bit more of control. Forked from `watch-run` by `queckezz`",
  "bin": {
    "watch-spawn": "bin/watch"
  },
  "dependencies": {
    "commander": "^2.6.0",
    "gaze": "^1.1.0",
    "spawnly": "1.0.3"
  },
  "keywords": [
    "watch",
    "run command",
    "command",
    "run",
    "re-execute"
  ],
  "author": {
    "name": "Roy Riojas",
    "url": "http://royriojas.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/royriojas/watch-run"
  },
  "devDependencies": {}
}
