UNPKG

ignoring-watcher

Version:

Watch an entire directory tree while ignoring specific directories/files based on .gitignore rules.

27 lines (26 loc) 708 B
{ "name": "ignoring-watcher", "description": "Watch an entire directory tree while ignoring specific directories/files based on .gitignore rules.", "main": "lib/index", "scripts": {}, "repository": { "type": "git", "url": "https://github.com/patrick-steele-idem/ignoring-watcher.git" }, "keywords": [ "watch", "ignore", "file" ], "author": "Patrick Steele-Idem <pnidem@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/patrick-steele-idem/ignoring-watcher/issues" }, "homepage": "https://github.com/patrick-steele-idem/ignoring-watcher", "dependencies": { "chokidar": "^1.4.3", "raptor-util": "^1.0.7" }, "version": "1.1.0" }