UNPKG

696 BJSONView Raw
1{
2 "name": "express-limiter",
3 "version": "1.1.0",
4 "description": "rate limiter middleware for express applications",
5 "main": "index.js",
6 "author": "Dustin Diaz",
7 "license": "MIT",
8 "scripts": {
9 "test": "make test"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/ded/express-limiter.git"
14 },
15 "bugs": {
16 "url": "https://github.com/ded/express-limiter/issues"
17 },
18 "homepage": "https://github.com/ded/express-limiter",
19 "devDependencies": {
20 "express": "~4.0.0-rc3",
21 "redis": "~0.10.1",
22 "mocha": "~1.18.2",
23 "chai": "~1.9.1",
24 "sinon": "~1.9.0",
25 "sinon-chai": "~2.5.0",
26 "supertest": "~0.10.0",
27 "valentine": "~2.0.2"
28 }
29}