Skip to content

Commit ef9a733

Browse files
committed
1.0.1
1 parent 427ef94 commit ef9a733

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "express-brute",
3-
"version": "1.0.0",
4-
"description": "A brute-force protection middleware for express routes that rate limits incoming requests",
5-
"keywords": [
6-
"brute",
7-
"force",
8-
"bruteforce",
9-
"attack",
10-
"fibonacci",
11-
"rate",
12-
"limit",
13-
"security"
14-
],
15-
"license": "BSD",
16-
"private": false,
17-
"scripts": {
18-
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha spec"
19-
},
20-
"repository": {
21-
"type": "git",
22-
"url": "[email protected]:AdamPflug/express-brute.git"
23-
},
24-
"devDependencies": {
25-
"chai": "~3.5.0",
26-
"coveralls": "~2.11.9",
27-
"istanbul": "~0.4.3",
28-
"mocha": "~2.4.5",
29-
"mocha-lcov-reporter": "~1.2.0",
30-
"sinon": "~1.17.3",
31-
"sinon-chai": "~2.8.0"
32-
},
33-
"dependencies": {
34-
"long-timeout": "~0.1.1",
35-
"underscore": "~1.8.3"
36-
},
37-
"peerDependencies": {
38-
"express": "4.x"
39-
}
2+
"name": "express-brute",
3+
"version": "1.0.1",
4+
"description": "A brute-force protection middleware for express routes that rate limits incoming requests",
5+
"keywords": [
6+
"brute",
7+
"force",
8+
"bruteforce",
9+
"attack",
10+
"fibonacci",
11+
"rate",
12+
"limit",
13+
"security"
14+
],
15+
"license": "BSD",
16+
"private": false,
17+
"scripts": {
18+
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha spec"
19+
},
20+
"repository": {
21+
"type": "git",
22+
"url": "[email protected]:AdamPflug/express-brute.git"
23+
},
24+
"devDependencies": {
25+
"chai": "~3.5.0",
26+
"coveralls": "~2.11.9",
27+
"istanbul": "~0.4.3",
28+
"mocha": "~2.4.5",
29+
"mocha-lcov-reporter": "~1.2.0",
30+
"sinon": "~1.17.3",
31+
"sinon-chai": "~2.8.0"
32+
},
33+
"dependencies": {
34+
"long-timeout": "~0.1.1",
35+
"underscore": "~1.8.3"
36+
},
37+
"peerDependencies": {
38+
"express": "4.x"
39+
}
4040
}

0 commit comments

Comments
 (0)