express-brute-dynamo
Version:
DynamoDB adapter for the express-brute middleware
32 lines (30 loc) • 765 B
JSON
{
"name": "express-brute-dynamo",
"version": "1.0.4",
"description": "DynamoDB adapter for the express-brute middleware",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supaggregator/express-brute-dynamo.git"
},
"keywords": [
"brute-force",
"dynamoDB"
],
"author": "Duo XU <duo.xu@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/supaggregator/express-brute-dynamo/issues"
},
"homepage": "https://github.com/supaggregator/express-brute-dynamo#readme",
"peerDependencies": {
"express-brute": "~0.6.0"
},
"dependencies": {
"moment": "~1.7.2",
"xtend": "~2.1.1"
}
}