watch-project
Version:
watch directory change, emit events including create, change, mv, remove, mkdir, mvdir, rmdir as exactly as there is
31 lines (30 loc) • 719 B
JSON
{
"name": "watch-project",
"version": "0.0.7",
"description": "watch directory change, emit events including create, change, mv, remove, mkdir, mvdir, rmdir as exactly as there is",
"main": "index.js",
"dependencies": {
"MD5": "~1.1.0",
"chokidar": "~0.6.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wangyuzju/watch-project.git"
},
"keywords": [
"watch",
"exactly",
"fs",
"change",
"type"
],
"author": "wangyuzju <wangyu0248@gmail.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/wangyuzju/watch-project/issues"
}
}