Files

16 lines
406 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "aws4",
"version": "1.8.0",
"description": "Signs and prepares requests using AWS Signature Version 4",
"author": "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)",
"main": "aws4.js",
"repository": {
"type": "git",
"url": "https://github.com/mhart/aws4.git"
},
"license": "MIT",
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.2.2"
}
}