@aoberoi/chokidar-cli
Version:
Ultra-fast cross-platform command line utility to watch file system changes.
52 lines (51 loc) • 1.17 kB
JSON
{
"name": "@aoberoi/chokidar-cli",
"description": "Ultra-fast cross-platform command line utility to watch file system changes.",
"version": "2.0.0",
"keywords": [
"fs",
"watch",
"watchFile",
"watcher",
"watching",
"file",
"fsevents",
"chokidar",
"cli",
"command",
"shell",
"bash"
],
"bin": {
"chokidar": "./index.js"
},
"homepage": "https://github.com/aoberoi/chokidar-cli",
"author": "Ankur Oberoi <aoberoi@gmail.com> (https://aoberoi.me)",
"contributors": [
"Kimmo Brunfeldt <kimmobrunfeldt@gmail.com> (http://kimmobrunfeldt.github.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/aoberoi/chokidar-cli.git"
},
"bugs": {
"url": "http://github.com/aoberoi/chokidar-cli/issues"
},
"license": "MIT",
"dependencies": {
"anymatch": "^1.1.0",
"bluebird": "^2.9.24",
"chokidar": "^1.0.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"npm-run-all": "4.1.5",
"yargs": "^3.7.2"
},
"devDependencies": {
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.18.0"
},
"scripts": {
"test": "mocha"
}
}