1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

Added user-configurable rate limiting

This commit is contained in:
John Crepezzi
2016-03-06 16:20:40 -05:00
parent 45e19bc7cc
commit 84c909a5db
3 changed files with 72 additions and 38 deletions
+4 -1
View File
@@ -14,8 +14,11 @@
},
"main": "haste",
"dependencies": {
"connect-ratelimit": "0.0.7",
"connect-route": "0.1.5",
"connect": "3.4.1",
"st": "1.1.0",
"winston": "0.6.2",
"connect": "1.9.2",
"redis-url": "0.1.0",
"redis": "0.8.1",
"uglify-js": "1.3.3",