-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 748 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "lambda-dynamodb-passwordbreachcheck",
"version": "1.0.0",
"description": "Web service to verify user passwords against known breached passwords built on AWS Lambda and DynamoDB",
"repository": {
"type": "git",
"url": "git+https://github.com/raudette/lambda-dynamodb-passwordbreachcheck.git"
},
"author": "Richard Audette",
"license": "unlicense",
"bugs": {
"url": "https://github.com/raudette/lambda-dynamodb-passwordbreachcheck/issues"
},
"homepage": "https://github.com/raudette/lambda-dynamodb-passwordbreachcheck#readme",
"dependencies": {
"aws-sdk": "^2.797.0",
"serverless": "^2.12.0",
"serverless-aws-static-file-handler": "^2.0.6",
"serverless-dynamodb-fixtures": "^1.0.0"
}
}