Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamPflug committed Oct 11, 2016
1 parent 427ef94 commit ef9a733
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "express-brute",
"version": "1.0.0",
"description": "A brute-force protection middleware for express routes that rate limits incoming requests",
"keywords": [
"brute",
"force",
"bruteforce",
"attack",
"fibonacci",
"rate",
"limit",
"security"
],
"license": "BSD",
"private": false,
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha spec"
},
"repository": {
"type": "git",
"url": "[email protected]:AdamPflug/express-brute.git"
},
"devDependencies": {
"chai": "~3.5.0",
"coveralls": "~2.11.9",
"istanbul": "~0.4.3",
"mocha": "~2.4.5",
"mocha-lcov-reporter": "~1.2.0",
"sinon": "~1.17.3",
"sinon-chai": "~2.8.0"
},
"dependencies": {
"long-timeout": "~0.1.1",
"underscore": "~1.8.3"
},
"peerDependencies": {
"express": "4.x"
}
"name": "express-brute",
"version": "1.0.1",
"description": "A brute-force protection middleware for express routes that rate limits incoming requests",
"keywords": [
"brute",
"force",
"bruteforce",
"attack",
"fibonacci",
"rate",
"limit",
"security"
],
"license": "BSD",
"private": false,
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha spec"
},
"repository": {
"type": "git",
"url": "[email protected]:AdamPflug/express-brute.git"
},
"devDependencies": {
"chai": "~3.5.0",
"coveralls": "~2.11.9",
"istanbul": "~0.4.3",
"mocha": "~2.4.5",
"mocha-lcov-reporter": "~1.2.0",
"sinon": "~1.17.3",
"sinon-chai": "~2.8.0"
},
"dependencies": {
"long-timeout": "~0.1.1",
"underscore": "~1.8.3"
},
"peerDependencies": {
"express": "4.x"
}
}

0 comments on commit ef9a733

Please sign in to comment.