[update] Ignore file on size or mime type

This commit is contained in:
brunosimon
2016-09-17 23:10:36 +02:00
parent 2cc95d0160
commit ae800cc01f
9 changed files with 100 additions and 76 deletions
+3 -2
View File
@@ -21,14 +21,15 @@
"homepage": "https://github.com/brunosimon/keppler",
"dependencies": {
"chokidar": "^1.5.1",
"socket.io-client": "^1.4.6",
"colors": "^1.1.2",
"diff": "^2.2.3",
"express": "^4.13.4",
"helmet": "^2.1.0",
"ip": "^1.1.3",
"mime": "^1.3.4",
"pug": "^2.0.0-beta4",
"slug": "^0.9.1",
"socket.io": "^1.4.6"
"socket.io": "^1.4.6",
"socket.io-client": "^1.4.6"
}
}