tiny-watcher
Version:
A tiny wrapper around fs.watch for added, removed and changed events
28 lines (27 loc) • 630 B
JSON
{
"name": "tiny-watcher",
"version": "0.1.2",
"description": "A tiny wrapper around fs.watch for added, removed and changed events",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bpostlethwaite/tiny-watcher.git"
},
"keywords": [
"file",
"watch",
"watcher",
"directory",
"fs.watch"
],
"author": "bpostlethwaite",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "509092136351873d58c62b59ea7e48fca477b4d4",
"devDependencies": {
"rimraf": "~2.1.4"
}
}