{
  "name": "run",
  "description": "Reruns the given file whenever a file in the current working dir subtree is changed.",
  "version": "1.5.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/DTrejo/run.js.git"
  },
  "author": "David Trejo <dtrejo@cs.brown.edu> (http://dtrejo.com/)",
  "maintainers": [
    "David Trejo <david.daniel.trejo@gmail.com> (http://dtrejo.com/)"
  ],
  "preferGlobal": true,
  "bin": {
    "runjs": "./cli.js"
  },
  "engines": {
    "node": ">=v0.9.0"
  },
  "dependencies": {
    "minimatch": "*"
  },
  "devDependencies": {},
  "homepage": "https://github.com/dtrejo/run.js",
  "optionalDependencies": {}
}
