{ "name": "express-limiter", "version": "1.1.0", "description": "rate limiter middleware for express applications", "main": "index.js", "author": "Dustin Diaz", "license": "MIT", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/ded/express-limiter.git" }, "bugs": { "url": "https://github.com/ded/express-limiter/issues" }, "homepage": "https://github.com/ded/express-limiter", "devDependencies": { "express": "~4.0.0-rc3", "redis": "~0.10.1", "mocha": "~1.18.2", "chai": "~1.9.1", "sinon": "~1.9.0", "sinon-chai": "~2.5.0", "supertest": "~0.10.0", "valentine": "~2.0.2" } }