File tree Expand file tree Collapse file tree 1 file changed +38
-38
lines changed Expand file tree Collapse file tree 1 file changed +38
-38
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
40
40
}
You can’t perform that action at this time.
0 commit comments