filewatcher
Version:
Wrapper around fs.watch with fallback to fs.watchFile
29 lines (28 loc) • 563 B
JSON
{
"name": "filewatcher",
"version": "3.0.1",
"description": "Wrapper around fs.watch with fallback to fs.watchFile",
"author": "Felix Gnass",
"keywords": [
"fs",
"file",
"watch",
"watchFile"
],
"repository": {
"type": "git",
"url": "http://github.com/fgnass/filewatcher.git"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "ulimit -n 100 && ULIMIT=`ulimit -n` node test"
},
"devDependencies": {
"rimraf": "~2.2.2",
"tap": "^0.5.0"
},
"dependencies": {
"debounce": "^1.0.0"
}
}