You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
463 B

4 years ago
{
4 years ago
"name": "aws4",
"version": "1.10.0",
4 years ago
"description": "Signs and prepares requests using AWS Signature Version 4",
4 years ago
"author": "Michael Hart <michael.hart.au@gmail.com> (https://github.com/mhart)",
4 years ago
"license": "MIT",
4 years ago
"repository": "github:mhart/aws4",
4 years ago
"main": "aws4.js",
"scripts": {
4 years ago
"test": "mocha ./test/fast.js -R list",
"integration": "node ./test/slow.js"
4 years ago
},
4 years ago
"devDependencies": {
"mocha": "^7.1.2",
"should": "^13.2.3"
}
4 years ago
}