UNPKG

dirwatcher

Version:

recursively watch a directory for modifications

29 lines (28 loc) 600 B
{ "name": "dirwatcher", "version": "4.1.1", "description": "recursively watch a directory for modifications", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/fgnass/dirwatcher.git" }, "author": "Felix Gnass", "license": "MIT", "dependencies": { "debounce": "0.0.3", "filewatcher": "^2.2.0", "findit": "^1.2.0", "minimatch": "^0.2.14", "statdir": "^3.0.0" }, "devDependencies": { "mkdirp": "^0.5.0", "rimraf": "^2.2.8", "tap": "^0.4.13", "touch": "0.0.3" }, "scripts": { "test": "node test" } }