1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-01-27 21:07:12 +00:00

Merge pull request #109 from seejohnrun/rate_limiting

Added user-configurable rate limiting
This commit is contained in:
John Crepezzi
2016-03-10 11:44:57 -10:00
4 changed files with 82 additions and 38 deletions

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",