* Switch to sane over gaze for file watching: Gaze was not triggering on file additions

* Remove watching of config files for now -- doesn't work anyway. Will revisit later.
This commit is contained in:
Bryan Ashby
2017-10-02 21:06:53 -06:00
parent d5334270c4
commit 067bb9e884
4 changed files with 43 additions and 24 deletions

View File

@@ -23,9 +23,11 @@
"binary": "0.3.x",
"buffers": "NuSkooler/node-buffers",
"bunyan": "^1.8.10",
"exiftool": "^0.0.3",
"farmhash": "^1.2.1",
"fs-extra": "^3.0.1",
"gaze": "^1.1.2",
"graceful-fs": "^4.1.11",
"hashids": "^1.1.1",
"hjson": "^2.4.2",
"iconv-lite": "^0.4.17",
@@ -35,18 +37,17 @@
"mime-types": "^2.1.15",
"minimist": "1.2.x",
"moment": "^2.18.1",
"node-glob": "^1.2.0",
"nodemailer": "^4.0.1",
"ptyw.js": "NuSkooler/ptyw.js",
"sane": "^2.2.0",
"sanitize-filename": "^1.6.1",
"sqlite3": "^3.1.1",
"ssh2": "^0.5.5",
"temptmp": "^1.0.0",
"uuid": "^3.0.1",
"uuid-parse": "^1.0.0",
"ws" : "^3.0.0",
"graceful-fs" : "^4.1.11",
"exiftool" : "^0.0.3",
"node-glob" : "^1.2.0"
"ws": "^3.0.0"
},
"devDependencies": {},
"engines": {