{
  "name": "chokidar-cmd",
  "description": "Run shell commands when files are changed, fast",
  "version": "1.2.2",
  "bin": {
    "chokidar-cmd": "./cmd.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Hilzu/chokidar-cmd.git"
  },
  "keywords": [
    "chokidar",
    "watch",
    "file",
    "cmd",
    "bin",
    "fs",
    "watch",
    "watchFile",
    "watcher",
    "watching",
    "fsevents",
    "cli",
    "command",
    "shell"
  ],
  "author": "Santeri Hiltunen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Hilzu/chokidar-cmd/issues"
  },
  "homepage": "https://github.com/Hilzu/chokidar-cmd",
  "scripts": {
    "test": "mocha -u tdd -t 5000 && standard"
  },
  "dependencies": {
    "chokidar": "^1.0.0",
    "yargs": "^5.0.0"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "mocha": "^3.0.2",
    "standard": "^8.0.0",
    "touch": "^1.0.0"
  }
}
