Browse Source

include redis dev dep

develop
Dustin Diaz 11 years ago
parent
commit
6788f21ca9
  1. 2
      README.md
  2. 3
      package.json

2
README.md

@ -1,5 +1,5 @@
## Express rate-limitter ## Express rate-limitter
Rate limiting middleware for Express applications. Rate limiting middleware for Express applications built on redis
``` js ``` js

3
package.json

@ -17,6 +17,7 @@
}, },
"homepage": "https://github.com/ded/rate-limitter", "homepage": "https://github.com/ded/rate-limitter",
"devDependencies": { "devDependencies": {
"mocha": "~1.18.2" "mocha": "~1.18.2",
"redis": "~0.10.1"
} }
} }

Loading…
Cancel
Save